Shades of Wild Blue Yonder #788ECB
Tints of Wild Blue Yonder #788ECB
RGB
CMYK
RGB Variations
Color information
#788ECB (or 0x788ECB) is known color: Wild Blue Yonder. HEX triplet: 78, 8E and CB. RGB value is (120,142,203). Sum of RGB (Red+Green+Blue) = 120+142+203=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #788ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788ECB is #877134. Grayscale: #8E8E8E. Windows color (decimal): -8876341 or 13340280. OLE color: 13340280.
HSL color Cylindrical-coordinate representation of color #788ECB: hue angle of 224.1º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #788ECB is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 142 | 203 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.20 |
| HSL | 224.1º | 0.44% | 0.63% | - |
| HSV(B) | 224.1º | 0.41% | 0.8% | - |
| XYZ | 28.2 | 27.65 | 60.35 | - |
| YUV | 142.38 | 162.21 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 142 | 203 | 0.41 | 0.30 | 0 | 0.20 | 224.1 | 0.44 | 0.63 |
| Hex | 78 | 8E | CB | 29 | 1E | 0 | 14 | E0 | 2C | 3F |
| Octal | 170 | 216 | 313 | 51 | 36 | 0 | 24 | 340 | 54 | 77 |
| Binary | 1111000 | 10001110 | 11001011 | 101001 | 11110 | 0 | 10100 | 11100000 | 101100 | 111111 |
Color Harmonies of #788ECB
Complementary color
Monochromatic Colors of #788ECB
Black with #788ECB
Text Example
Text Example
White with #788ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788ECB; }
p { color: rgb(120,142,203); }
H1.HeaderClassName
{
color: #788ECB;
}
.AnyTagClassName
{
color: #788ECB;
}
</style>
background-color css
<style>
a { background-color: #788ECB; }
a { background-color: rgb(120,142,203); }
div.DivClassName
{
background-color: #788ECB;
}
.BgClassName
{
background-color: #788ECB;
}
</style>
border-color css
<style>
span { border-color: #788ECB; }
span { border-color: rgb(120,142,203); }
td.TdClassName
{
border-color: #788ECB;
}
.TagClassName
{
border-color: #788ECB;
}
</style>