Shades of Wild Blue Yonder #778FC8
Tints of Wild Blue Yonder #778FC8
RGB
CMYK
RGB Variations
Color information
#778FC8 (or 0x778FC8) is known color: Wild Blue Yonder. HEX triplet: 77, 8F and C8. RGB value is (119,143,200). Sum of RGB (Red+Green+Blue) = 119+143+200=462 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.76% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 200 (78.52% from 255 or 43.29% from 462); Max value from RGB is 200 - color contains mainly: blue. Hex color #778FC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778FC8 is #887037. Grayscale: #8E8E8E. Windows color (decimal): -8941624 or 13143927. OLE color: 13143927.
HSL color Cylindrical-coordinate representation of color #778FC8: hue angle of 222.22º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #778FC8 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 143 | 200 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.22 |
| HSL | 222.22º | 0.42% | 0.63% | - |
| HSV(B) | 222.22º | 0.41% | 0.78% | - |
| XYZ | 27.86 | 27.74 | 58.53 | - |
| YUV | 142.32 | 160.55 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 143 | 200 | 0.40 | 0.28 | 0 | 0.22 | 222.22 | 0.42 | 0.63 |
| Hex | 77 | 8F | C8 | 28 | 1C | 0 | 16 | DE | 2A | 3F |
| Octal | 167 | 217 | 310 | 50 | 34 | 0 | 26 | 336 | 52 | 77 |
| Binary | 1110111 | 10001111 | 11001000 | 101000 | 11100 | 0 | 10110 | 11011110 | 101010 | 111111 |
Color Harmonies of #778FC8
Complementary color
Monochromatic Colors of #778FC8
Black with #778FC8
Text Example
Text Example
White with #778FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778FC8; }
p { color: rgb(119,143,200); }
H1.HeaderClassName
{
color: #778FC8;
}
.AnyTagClassName
{
color: #778FC8;
}
</style>
background-color css
<style>
a { background-color: #778FC8; }
a { background-color: rgb(119,143,200); }
div.DivClassName
{
background-color: #778FC8;
}
.BgClassName
{
background-color: #778FC8;
}
</style>
border-color css
<style>
span { border-color: #778FC8; }
span { border-color: rgb(119,143,200); }
td.TdClassName
{
border-color: #778FC8;
}
.TagClassName
{
border-color: #778FC8;
}
</style>