Shades of Wild Blue Yonder #7988CB
Tints of Wild Blue Yonder #7988CB
RGB
CMYK
RGB Variations
Color information
#7988CB (or 0x7988CB) is known color: Wild Blue Yonder. HEX triplet: 79, 88 and CB. RGB value is (121,136,203). Sum of RGB (Red+Green+Blue) = 121+136+203=460 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.30% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #7988CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7988CB is #867734. Grayscale: #8A8A8A. Windows color (decimal): -8812341 or 13338745. OLE color: 13338745.
HSL color Cylindrical-coordinate representation of color #7988CB: hue angle of 229.02º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7988CB is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 136 | 203 | - |
| CMYK | 0.40 | 0.33 | 0 | 0.20 |
| HSL | 229.02º | 0.44% | 0.64% | - |
| HSV(B) | 229.02º | 0.4% | 0.8% | - |
| XYZ | 27.47 | 25.99 | 60.07 | - |
| YUV | 139.15 | 164.03 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 136 | 203 | 0.40 | 0.33 | 0 | 0.20 | 229.02 | 0.44 | 0.64 |
| Hex | 79 | 88 | CB | 28 | 21 | 0 | 14 | E5 | 2C | 40 |
| Octal | 171 | 210 | 313 | 50 | 41 | 0 | 24 | 345 | 54 | 100 |
| Binary | 1111001 | 10001000 | 11001011 | 101000 | 100001 | 0 | 10100 | 11100101 | 101100 | 1000000 |
Color Harmonies of #7988CB
Complementary color
Monochromatic Colors of #7988CB
Black with #7988CB
Text Example
Text Example
White with #7988CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7988CB; }
p { color: rgb(121,136,203); }
H1.HeaderClassName
{
color: #7988CB;
}
.AnyTagClassName
{
color: #7988CB;
}
</style>
background-color css
<style>
a { background-color: #7988CB; }
a { background-color: rgb(121,136,203); }
div.DivClassName
{
background-color: #7988CB;
}
.BgClassName
{
background-color: #7988CB;
}
</style>
border-color css
<style>
span { border-color: #7988CB; }
span { border-color: rgb(121,136,203); }
td.TdClassName
{
border-color: #7988CB;
}
.TagClassName
{
border-color: #7988CB;
}
</style>