Shades of Wild Blue Yonder #788FC9
Tints of Wild Blue Yonder #788FC9
RGB
CMYK
RGB Variations
Color information
#788FC9 (or 0x788FC9) is known color: Wild Blue Yonder. HEX triplet: 78, 8F and C9. RGB value is (120,143,201). Sum of RGB (Red+Green+Blue) = 120+143+201=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 201 - color contains mainly: blue. Hex color #788FC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788FC9 is #877036. Grayscale: #8E8E8E. Windows color (decimal): -8876087 or 13209464. OLE color: 13209464.
HSL color Cylindrical-coordinate representation of color #788FC9: hue angle of 222.96º 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 #788FC9 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 143 | 201 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.21 |
| HSL | 222.96º | 0.43% | 0.63% | - |
| HSV(B) | 222.96º | 0.4% | 0.79% | - |
| XYZ | 28.11 | 27.86 | 59.15 | - |
| YUV | 142.74 | 160.88 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 143 | 201 | 0.40 | 0.29 | 0 | 0.21 | 222.96 | 0.43 | 0.63 |
| Hex | 78 | 8F | C9 | 28 | 1D | 0 | 15 | DF | 2B | 3F |
| Octal | 170 | 217 | 311 | 50 | 35 | 0 | 25 | 337 | 53 | 77 |
| Binary | 1111000 | 10001111 | 11001001 | 101000 | 11101 | 0 | 10101 | 11011111 | 101011 | 111111 |
Color Harmonies of #788FC9
Complementary color
Monochromatic Colors of #788FC9
Black with #788FC9
Text Example
Text Example
White with #788FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788FC9; }
p { color: rgb(120,143,201); }
H1.HeaderClassName
{
color: #788FC9;
}
.AnyTagClassName
{
color: #788FC9;
}
</style>
background-color css
<style>
a { background-color: #788FC9; }
a { background-color: rgb(120,143,201); }
div.DivClassName
{
background-color: #788FC9;
}
.BgClassName
{
background-color: #788FC9;
}
</style>
border-color css
<style>
span { border-color: #788FC9; }
span { border-color: rgb(120,143,201); }
td.TdClassName
{
border-color: #788FC9;
}
.TagClassName
{
border-color: #788FC9;
}
</style>