Shades of Wild Blue Yonder #777FBD
Tints of Wild Blue Yonder #777FBD
RGB
CMYK
RGB Variations
Color information
#777FBD (or 0x777FBD) is known color: Wild Blue Yonder. HEX triplet: 77, 7F and BD. RGB value is (119,127,189). Sum of RGB (Red+Green+Blue) = 119+127+189=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #777FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777FBD is #888042. Grayscale: #838383. Windows color (decimal): -8945731 or 12418935. OLE color: 12418935.
HSL color Cylindrical-coordinate representation of color #777FBD: hue angle of 233.14º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #777FBD is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 127 | 189 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.26 |
| HSL | 233.14º | 0.35% | 0.6% | - |
| HSV(B) | 233.14º | 0.37% | 0.74% | - |
| XYZ | 24.38 | 22.77 | 51.26 | - |
| YUV | 131.68 | 160.35 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 127 | 189 | 0.37 | 0.33 | 0 | 0.26 | 233.14 | 0.35 | 0.6 |
| Hex | 77 | 7F | BD | 25 | 21 | 0 | 1A | E9 | 23 | 3C |
| Octal | 167 | 177 | 275 | 45 | 41 | 0 | 32 | 351 | 43 | 74 |
| Binary | 1110111 | 1111111 | 10111101 | 100101 | 100001 | 0 | 11010 | 11101001 | 100011 | 111100 |
Color Harmonies of #777FBD
Complementary color
Monochromatic Colors of #777FBD
Black with #777FBD
Text Example
Text Example
White with #777FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777FBD; }
p { color: rgb(119,127,189); }
H1.HeaderClassName
{
color: #777FBD;
}
.AnyTagClassName
{
color: #777FBD;
}
</style>
background-color css
<style>
a { background-color: #777FBD; }
a { background-color: rgb(119,127,189); }
div.DivClassName
{
background-color: #777FBD;
}
.BgClassName
{
background-color: #777FBD;
}
</style>
border-color css
<style>
span { border-color: #777FBD; }
span { border-color: rgb(119,127,189); }
td.TdClassName
{
border-color: #777FBD;
}
.TagClassName
{
border-color: #777FBD;
}
</style>