Shades of Wild Blue Yonder #788EC9
Tints of Wild Blue Yonder #788EC9
RGB
CMYK
RGB Variations
Color information
#788EC9 (or 0x788EC9) is known color: Wild Blue Yonder. HEX triplet: 78, 8E and C9. RGB value is (120,142,201). Sum of RGB (Red+Green+Blue) = 120+142+201=463 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.92% from 463); Green value is 142 (55.86% from 255 or 30.67% 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 #788EC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788EC9 is #877136. Grayscale: #8D8D8D. Windows color (decimal): -8876343 or 13209208. OLE color: 13209208.
HSL color Cylindrical-coordinate representation of color #788EC9: hue angle of 223.7º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #788EC9 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 142 | 201 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.21 |
| HSL | 223.7º | 0.43% | 0.63% | - |
| HSV(B) | 223.7º | 0.4% | 0.79% | - |
| XYZ | 27.96 | 27.56 | 59.1 | - |
| YUV | 142.15 | 161.21 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 142 | 201 | 0.40 | 0.29 | 0 | 0.21 | 223.7 | 0.43 | 0.63 |
| Hex | 78 | 8E | C9 | 28 | 1D | 0 | 15 | E0 | 2B | 3F |
| Octal | 170 | 216 | 311 | 50 | 35 | 0 | 25 | 340 | 53 | 77 |
| Binary | 1111000 | 10001110 | 11001001 | 101000 | 11101 | 0 | 10101 | 11100000 | 101011 | 111111 |
Color Harmonies of #788EC9
Complementary color
Monochromatic Colors of #788EC9
Black with #788EC9
Text Example
Text Example
White with #788EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788EC9; }
p { color: rgb(120,142,201); }
H1.HeaderClassName
{
color: #788EC9;
}
.AnyTagClassName
{
color: #788EC9;
}
</style>
background-color css
<style>
a { background-color: #788EC9; }
a { background-color: rgb(120,142,201); }
div.DivClassName
{
background-color: #788EC9;
}
.BgClassName
{
background-color: #788EC9;
}
</style>
border-color css
<style>
span { border-color: #788EC9; }
span { border-color: rgb(120,142,201); }
td.TdClassName
{
border-color: #788EC9;
}
.TagClassName
{
border-color: #788EC9;
}
</style>