Shades of Wild Blue Yonder #788EC8
Tints of Wild Blue Yonder #788EC8
RGB
CMYK
RGB Variations
Color information
#788EC8 (or 0x788EC8) is known color: Wild Blue Yonder. HEX triplet: 78, 8E and C8. RGB value is (120,142,200). Sum of RGB (Red+Green+Blue) = 120+142+200=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 142 (55.86% from 255 or 30.74% 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 #788EC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788EC8 is #877137. Grayscale: #8D8D8D. Windows color (decimal): -8876344 or 13143672. OLE color: 13143672.
HSL color Cylindrical-coordinate representation of color #788EC8: hue angle of 223.5º 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 #788EC8 is Cyan = 0.4, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 142 | 200 | - |
| CMYK | 0.4 | 0.29 | 0 | 0.22 |
| HSL | 223.5º | 0.42% | 0.63% | - |
| HSV(B) | 223.5º | 0.4% | 0.78% | - |
| XYZ | 27.84 | 27.51 | 58.49 | - |
| YUV | 142.03 | 160.71 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 142 | 200 | 0.4 | 0.29 | 0 | 0.22 | 223.5 | 0.42 | 0.63 |
| Hex | 78 | 8E | C8 | 28 | 1D | 0 | 16 | E0 | 2A | 3F |
| Octal | 170 | 216 | 310 | 50 | 35 | 0 | 26 | 340 | 52 | 77 |
| Binary | 1111000 | 10001110 | 11001000 | 101000 | 11101 | 0 | 10110 | 11100000 | 101010 | 111111 |
Color Harmonies of #788EC8
Complementary color
Monochromatic Colors of #788EC8
Black with #788EC8
Text Example
Text Example
White with #788EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788EC8; }
p { color: rgb(120,142,200); }
H1.HeaderClassName
{
color: #788EC8;
}
.AnyTagClassName
{
color: #788EC8;
}
</style>
background-color css
<style>
a { background-color: #788EC8; }
a { background-color: rgb(120,142,200); }
div.DivClassName
{
background-color: #788EC8;
}
.BgClassName
{
background-color: #788EC8;
}
</style>
border-color css
<style>
span { border-color: #788EC8; }
span { border-color: rgb(120,142,200); }
td.TdClassName
{
border-color: #788EC8;
}
.TagClassName
{
border-color: #788EC8;
}
</style>