Shades of Wild Blue Yonder #7888CB
Tints of Wild Blue Yonder #7888CB
RGB
CMYK
RGB Variations
Color information
#7888CB (or 0x7888CB) is known color: Wild Blue Yonder. HEX triplet: 78, 88 and CB. RGB value is (120,136,203). Sum of RGB (Red+Green+Blue) = 120+136+203=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #7888CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7888CB is #877734. Grayscale: #8A8A8A. Windows color (decimal): -8877877 or 13338744. OLE color: 13338744.
HSL color Cylindrical-coordinate representation of color #7888CB: hue angle of 228.43º 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 #7888CB is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 136 | 203 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.20 |
| HSL | 228.43º | 0.44% | 0.63% | - |
| HSV(B) | 228.43º | 0.41% | 0.8% | - |
| XYZ | 27.33 | 25.91 | 60.06 | - |
| YUV | 138.85 | 164.2 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 136 | 203 | 0.41 | 0.33 | 0 | 0.20 | 228.43 | 0.44 | 0.63 |
| Hex | 78 | 88 | CB | 29 | 21 | 0 | 14 | E4 | 2C | 3F |
| Octal | 170 | 210 | 313 | 51 | 41 | 0 | 24 | 344 | 54 | 77 |
| Binary | 1111000 | 10001000 | 11001011 | 101001 | 100001 | 0 | 10100 | 11100100 | 101100 | 111111 |
Color Harmonies of #7888CB
Complementary color
Monochromatic Colors of #7888CB
Black with #7888CB
Text Example
Text Example
White with #7888CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7888CB; }
p { color: rgb(120,136,203); }
H1.HeaderClassName
{
color: #7888CB;
}
.AnyTagClassName
{
color: #7888CB;
}
</style>
background-color css
<style>
a { background-color: #7888CB; }
a { background-color: rgb(120,136,203); }
div.DivClassName
{
background-color: #7888CB;
}
.BgClassName
{
background-color: #7888CB;
}
</style>
border-color css
<style>
span { border-color: #7888CB; }
span { border-color: rgb(120,136,203); }
td.TdClassName
{
border-color: #7888CB;
}
.TagClassName
{
border-color: #7888CB;
}
</style>