Shades of Wild Blue Yonder #7988BD
Tints of Wild Blue Yonder #7988BD
RGB
CMYK
RGB Variations
Color information
#7988BD (or 0x7988BD) is known color: Wild Blue Yonder. HEX triplet: 79, 88 and BD. RGB value is (121,136,189). Sum of RGB (Red+Green+Blue) = 121+136+189=446 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.13% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #7988BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7988BD is #867742. Grayscale: #898989. Windows color (decimal): -8812355 or 12421241. OLE color: 12421241.
HSL color Cylindrical-coordinate representation of color #7988BD: hue angle of 226.76º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7988BD is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 136 | 189 | - |
| CMYK | 0.36 | 0.28 | 0 | 0.26 |
| HSL | 226.76º | 0.34% | 0.61% | - |
| HSV(B) | 226.76º | 0.36% | 0.74% | - |
| XYZ | 25.87 | 25.35 | 51.67 | - |
| YUV | 137.56 | 157.03 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 136 | 189 | 0.36 | 0.28 | 0 | 0.26 | 226.76 | 0.34 | 0.61 |
| Hex | 79 | 88 | BD | 24 | 1C | 0 | 1A | E3 | 22 | 3D |
| Octal | 171 | 210 | 275 | 44 | 34 | 0 | 32 | 343 | 42 | 75 |
| Binary | 1111001 | 10001000 | 10111101 | 100100 | 11100 | 0 | 11010 | 11100011 | 100010 | 111101 |
Color Harmonies of #7988BD
Complementary color
Monochromatic Colors of #7988BD
Black with #7988BD
Text Example
Text Example
White with #7988BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7988BD; }
p { color: rgb(121,136,189); }
H1.HeaderClassName
{
color: #7988BD;
}
.AnyTagClassName
{
color: #7988BD;
}
</style>
background-color css
<style>
a { background-color: #7988BD; }
a { background-color: rgb(121,136,189); }
div.DivClassName
{
background-color: #7988BD;
}
.BgClassName
{
background-color: #7988BD;
}
</style>
border-color css
<style>
span { border-color: #7988BD; }
span { border-color: rgb(121,136,189); }
td.TdClassName
{
border-color: #7988BD;
}
.TagClassName
{
border-color: #7988BD;
}
</style>