Shades of Wild Blue Yonder #7986CE
Tints of Wild Blue Yonder #7986CE
RGB
CMYK
RGB Variations
Color information
#7986CE (or 0x7986CE) is known color: Wild Blue Yonder. HEX triplet: 79, 86 and CE. RGB value is (121,134,206). Sum of RGB (Red+Green+Blue) = 121+134+206=461 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.25% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #7986CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7986CE is #867931. Grayscale: #8A8A8A. Windows color (decimal): -8812850 or 13534841. OLE color: 13534841.
HSL color Cylindrical-coordinate representation of color #7986CE: hue angle of 230.82º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7986CE is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 134 | 206 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.19 |
| HSL | 230.82º | 0.46% | 0.64% | - |
| HSV(B) | 230.82º | 0.41% | 0.81% | - |
| XYZ | 27.55 | 25.57 | 61.88 | - |
| YUV | 138.32 | 166.19 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 134 | 206 | 0.41 | 0.35 | 0 | 0.19 | 230.82 | 0.46 | 0.64 |
| Hex | 79 | 86 | CE | 29 | 23 | 0 | 13 | E7 | 2E | 40 |
| Octal | 171 | 206 | 316 | 51 | 43 | 0 | 23 | 347 | 56 | 100 |
| Binary | 1111001 | 10000110 | 11001110 | 101001 | 100011 | 0 | 10011 | 11100111 | 101110 | 1000000 |
Color Harmonies of #7986CE
Complementary color
Monochromatic Colors of #7986CE
Black with #7986CE
Text Example
Text Example
White with #7986CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7986CE; }
p { color: rgb(121,134,206); }
H1.HeaderClassName
{
color: #7986CE;
}
.AnyTagClassName
{
color: #7986CE;
}
</style>
background-color css
<style>
a { background-color: #7986CE; }
a { background-color: rgb(121,134,206); }
div.DivClassName
{
background-color: #7986CE;
}
.BgClassName
{
background-color: #7986CE;
}
</style>
border-color css
<style>
span { border-color: #7986CE; }
span { border-color: rgb(121,134,206); }
td.TdClassName
{
border-color: #7986CE;
}
.TagClassName
{
border-color: #7986CE;
}
</style>