Shades of Wild Blue Yonder #788DCB
Tints of Wild Blue Yonder #788DCB
RGB
CMYK
RGB Variations
Color information
#788DCB (or 0x788DCB) is known color: Wild Blue Yonder. HEX triplet: 78, 8D and CB. RGB value is (120,141,203). Sum of RGB (Red+Green+Blue) = 120+141+203=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #788DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788DCB is #877234. Grayscale: #8D8D8D. Windows color (decimal): -8876597 or 13340024. OLE color: 13340024.
HSL color Cylindrical-coordinate representation of color #788DCB: hue angle of 224.82º 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 #788DCB is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 141 | 203 | - |
| CMYK | 0.41 | 0.31 | 0 | 0.20 |
| HSL | 224.82º | 0.44% | 0.63% | - |
| HSV(B) | 224.82º | 0.41% | 0.8% | - |
| XYZ | 28.05 | 27.35 | 60.3 | - |
| YUV | 141.79 | 162.54 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 203 | 0.41 | 0.31 | 0 | 0.20 | 224.82 | 0.44 | 0.63 |
| Hex | 78 | 8D | CB | 29 | 1F | 0 | 14 | E1 | 2C | 3F |
| Octal | 170 | 215 | 313 | 51 | 37 | 0 | 24 | 341 | 54 | 77 |
| Binary | 1111000 | 10001101 | 11001011 | 101001 | 11111 | 0 | 10100 | 11100001 | 101100 | 111111 |
Color Harmonies of #788DCB
Complementary color
Monochromatic Colors of #788DCB
Black with #788DCB
Text Example
Text Example
White with #788DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788DCB; }
p { color: rgb(120,141,203); }
H1.HeaderClassName
{
color: #788DCB;
}
.AnyTagClassName
{
color: #788DCB;
}
</style>
background-color css
<style>
a { background-color: #788DCB; }
a { background-color: rgb(120,141,203); }
div.DivClassName
{
background-color: #788DCB;
}
.BgClassName
{
background-color: #788DCB;
}
</style>
border-color css
<style>
span { border-color: #788DCB; }
span { border-color: rgb(120,141,203); }
td.TdClassName
{
border-color: #788DCB;
}
.TagClassName
{
border-color: #788DCB;
}
</style>