Shades of Wild Blue Yonder #788FC8
Tints of Wild Blue Yonder #788FC8
RGB
CMYK
RGB Variations
Color information
#788FC8 (or 0x788FC8) is known color: Wild Blue Yonder. HEX triplet: 78, 8F and C8. RGB value is (120,143,200). Sum of RGB (Red+Green+Blue) = 120+143+200=463 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.92% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 200 (78.52% from 255 or 43.20% from 463); Max value from RGB is 200 - color contains mainly: blue. Hex color #788FC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788FC8 is #877037. Grayscale: #8E8E8E. Windows color (decimal): -8876088 or 13143928. OLE color: 13143928.
HSL color Cylindrical-coordinate representation of color #788FC8: hue angle of 222.75º 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 #788FC8 is Cyan = 0.4, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 143 | 200 | - |
| CMYK | 0.4 | 0.28 | 0 | 0.22 |
| HSL | 222.75º | 0.42% | 0.63% | - |
| HSV(B) | 222.75º | 0.4% | 0.78% | - |
| XYZ | 27.99 | 27.81 | 58.54 | - |
| YUV | 142.62 | 160.38 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 143 | 200 | 0.4 | 0.28 | 0 | 0.22 | 222.75 | 0.42 | 0.63 |
| Hex | 78 | 8F | C8 | 28 | 1C | 0 | 16 | DF | 2A | 3F |
| Octal | 170 | 217 | 310 | 50 | 34 | 0 | 26 | 337 | 52 | 77 |
| Binary | 1111000 | 10001111 | 11001000 | 101000 | 11100 | 0 | 10110 | 11011111 | 101010 | 111111 |
Color Harmonies of #788FC8
Complementary color
Monochromatic Colors of #788FC8
Black with #788FC8
Text Example
Text Example
White with #788FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788FC8; }
p { color: rgb(120,143,200); }
H1.HeaderClassName
{
color: #788FC8;
}
.AnyTagClassName
{
color: #788FC8;
}
</style>
background-color css
<style>
a { background-color: #788FC8; }
a { background-color: rgb(120,143,200); }
div.DivClassName
{
background-color: #788FC8;
}
.BgClassName
{
background-color: #788FC8;
}
</style>
border-color css
<style>
span { border-color: #788FC8; }
span { border-color: rgb(120,143,200); }
td.TdClassName
{
border-color: #788FC8;
}
.TagClassName
{
border-color: #788FC8;
}
</style>