Shades of Wild Blue Yonder #7990CE
Tints of Wild Blue Yonder #7990CE
RGB
CMYK
RGB Variations
Color information
#7990CE (or 0x7990CE) is known color: Wild Blue Yonder. HEX triplet: 79, 90 and CE. RGB value is (121,144,206). Sum of RGB (Red+Green+Blue) = 121+144+206=471 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.69% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #7990CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7990CE is #866F31. Grayscale: #8F8F8F. Windows color (decimal): -8810290 or 13537401. OLE color: 13537401.
HSL color Cylindrical-coordinate representation of color #7990CE: hue angle of 223.76º 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 #7990CE is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 144 | 206 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.19 |
| HSL | 223.76º | 0.46% | 0.64% | - |
| HSV(B) | 223.76º | 0.41% | 0.81% | - |
| XYZ | 29 | 28.47 | 62.36 | - |
| YUV | 144.19 | 162.88 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 144 | 206 | 0.41 | 0.30 | 0 | 0.19 | 223.76 | 0.46 | 0.64 |
| Hex | 79 | 90 | CE | 29 | 1E | 0 | 13 | E0 | 2E | 40 |
| Octal | 171 | 220 | 316 | 51 | 36 | 0 | 23 | 340 | 56 | 100 |
| Binary | 1111001 | 10010000 | 11001110 | 101001 | 11110 | 0 | 10011 | 11100000 | 101110 | 1000000 |
Color Harmonies of #7990CE
Complementary color
Monochromatic Colors of #7990CE
Black with #7990CE
Text Example
Text Example
White with #7990CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7990CE; }
p { color: rgb(121,144,206); }
H1.HeaderClassName
{
color: #7990CE;
}
.AnyTagClassName
{
color: #7990CE;
}
</style>
background-color css
<style>
a { background-color: #7990CE; }
a { background-color: rgb(121,144,206); }
div.DivClassName
{
background-color: #7990CE;
}
.BgClassName
{
background-color: #7990CE;
}
</style>
border-color css
<style>
span { border-color: #7990CE; }
span { border-color: rgb(121,144,206); }
td.TdClassName
{
border-color: #7990CE;
}
.TagClassName
{
border-color: #7990CE;
}
</style>