#777FBB Color Information

Hex color code: #777FBB

#777FBB is a pastel blue color. In RGB it is (119, 127, 187), and in HSL it is (233°, 33%, 60%). It is commonly used in modern UI design.

Try:
Color NameLight Slate Gray
HEX
#777FBB
RGB
119, 127, 187
HSL
233°, 33%, 60%
CMYK
36%, 32%, 0%, 27%

Shades

CSS Usage
color: #777FBB;
background-color: #777FBB;
border-color: #777FBB;
box-shadow: 0 0 10px #777FBB;
border: 2px solid #777FBB;
Tailwind Usage
bg-[#777FBB]
text-[#777FBB]
border-[#777FBB]
shadow-[0_0_10px_777FBB]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #777FBB, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #777FBB; color: #000000; }

Badge

New Feature
.badge { background-color: #777FBB; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #777FBB; background-color: #777FBB15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #777FBB20; border-left: 4px solid #777FBB; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #777FBB; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #777FBB in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

119, 127, 187

Red: 119 / Green: 127 / Blue: 187

HSL

233°, 33%, 60%

Hue: 233° / Saturation: 33% / Lightness: 60%

CMYK

36%, 32%, 0%, 27%

Cyan: 36% / Magenta: 32% / Yellow: 0% / Key: 27%

What color is #777FBB?

#777FBB is a blue-purple hue associated with creativity and luxury.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #777FBB to RGB:

rgb(119, 127, 187)HEX to RGB Converter →

HEX to HSL

Convert #777FBB to HSL:

hsl(233, 33%, 60%)RGB to HSL Converter →

HEX to CMYK

Convert #777FBB to CMYK:

cmyk(36%, 32%, 0%, 27%)Color Converter →

Color Meaning and Usage

#777FBB is a pastel blue color with RGB values of 119, 127, 187 and HSL of 233°, 33%, 60%. This blue-purple hue evokes creativity and luxury, making it suitable for commonly used in modern UI design. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #777FBB is #BBB377, creating high-contrast pairings. For softer combinations, try analogous colors like #77A1BB.

Use #777FBB in CSS: color: #777FBB or background-color: #777FBB. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #777FBB

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 5.54:1
WCAG AA: Pass
WCAG AAA: Fail

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #777FBB?

#777FBB is a pastel blue color - a blue-purple hue that evokes creativity and luxury.

What is the RGB value of #777FBB?

#777FBB in RGB is (119, 127, 187) - 119 red, 127 green, and 187 blue.

How to use #777FBB in CSS?

Use #777FBB directly in your CSS properties like color or background-color.

What colors go well with #777FBB?

#BBB377 (complementary), #77A1BB (analogous), and #4D5699 (lighter shade) work well with #777FBB.