Shades of Wild Blue Yonder #778FC9
Tints of Wild Blue Yonder #778FC9
RGB
CMYK
RGB Variations
Color information
#778FC9 (or 0x778FC9) is known color: Wild Blue Yonder. HEX triplet: 77, 8F and C9. RGB value is (119,143,201). Sum of RGB (Red+Green+Blue) = 119+143+201=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 201 - color contains mainly: blue. Hex color #778FC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778FC9 is #887036. Grayscale: #8E8E8E. Windows color (decimal): -8941623 or 13209463. OLE color: 13209463.
HSL color Cylindrical-coordinate representation of color #778FC9: hue angle of 222.44º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #778FC9 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 143 | 201 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.21 |
| HSL | 222.44º | 0.43% | 0.63% | - |
| HSV(B) | 222.44º | 0.41% | 0.79% | - |
| XYZ | 27.97 | 27.78 | 59.15 | - |
| YUV | 142.44 | 161.05 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 143 | 201 | 0.41 | 0.29 | 0 | 0.21 | 222.44 | 0.43 | 0.63 |
| Hex | 77 | 8F | C9 | 29 | 1D | 0 | 15 | DE | 2B | 3F |
| Octal | 167 | 217 | 311 | 51 | 35 | 0 | 25 | 336 | 53 | 77 |
| Binary | 1110111 | 10001111 | 11001001 | 101001 | 11101 | 0 | 10101 | 11011110 | 101011 | 111111 |
Color Harmonies of #778FC9
Complementary color
Monochromatic Colors of #778FC9
Black with #778FC9
Text Example
Text Example
White with #778FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778FC9; }
p { color: rgb(119,143,201); }
H1.HeaderClassName
{
color: #778FC9;
}
.AnyTagClassName
{
color: #778FC9;
}
</style>
background-color css
<style>
a { background-color: #778FC9; }
a { background-color: rgb(119,143,201); }
div.DivClassName
{
background-color: #778FC9;
}
.BgClassName
{
background-color: #778FC9;
}
</style>
border-color css
<style>
span { border-color: #778FC9; }
span { border-color: rgb(119,143,201); }
td.TdClassName
{
border-color: #778FC9;
}
.TagClassName
{
border-color: #778FC9;
}
</style>