Shades of Wild Blue Yonder #7987D0
Tints of Wild Blue Yonder #7987D0
RGB
CMYK
RGB Variations
Color information
#7987D0 (or 0x7987D0) is known color: Wild Blue Yonder. HEX triplet: 79, 87 and D0. RGB value is (121,135,208). Sum of RGB (Red+Green+Blue) = 121+135+208=464 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.08% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #7987D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7987D0 is #86782F. Grayscale: #8A8A8A. Windows color (decimal): -8812592 or 13666169. OLE color: 13666169.
HSL color Cylindrical-coordinate representation of color #7987D0: hue angle of 230.34º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7987D0 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 121 | 135 | 208 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.18 |
| HSL | 230.34º | 0.48% | 0.65% | - |
| HSV(B) | 230.34º | 0.42% | 0.82% | - |
| XYZ | 27.93 | 25.95 | 63.21 | - |
| YUV | 139.14 | 166.86 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 135 | 208 | 0.42 | 0.35 | 0 | 0.18 | 230.34 | 0.48 | 0.65 |
| Hex | 79 | 87 | D0 | 2A | 23 | 0 | 12 | E6 | 30 | 41 |
| Octal | 171 | 207 | 320 | 52 | 43 | 0 | 22 | 346 | 60 | 101 |
| Binary | 1111001 | 10000111 | 11010000 | 101010 | 100011 | 0 | 10010 | 11100110 | 110000 | 1000001 |
Color Harmonies of #7987D0
Complementary color
Monochromatic Colors of #7987D0
Black with #7987D0
Text Example
Text Example
White with #7987D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7987D0; }
p { color: rgb(121,135,208); }
H1.HeaderClassName
{
color: #7987D0;
}
.AnyTagClassName
{
color: #7987D0;
}
</style>
background-color css
<style>
a { background-color: #7987D0; }
a { background-color: rgb(121,135,208); }
div.DivClassName
{
background-color: #7987D0;
}
.BgClassName
{
background-color: #7987D0;
}
</style>
border-color css
<style>
span { border-color: #7987D0; }
span { border-color: rgb(121,135,208); }
td.TdClassName
{
border-color: #7987D0;
}
.TagClassName
{
border-color: #7987D0;
}
</style>