Shades of Wild Blue Yonder #7996CA
Tints of Wild Blue Yonder #7996CA
RGB
CMYK
RGB Variations
Color information
#7996CA (or 0x7996CA) is known color: Wild Blue Yonder. HEX triplet: 79, 96 and CA. RGB value is (121,150,202). Sum of RGB (Red+Green+Blue) = 121+150+202=473 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.58% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #7996CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7996CA is #866935. Grayscale: #939393. Windows color (decimal): -8808758 or 13276793. OLE color: 13276793.
HSL color Cylindrical-coordinate representation of color #7996CA: hue angle of 218.52º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7996CA is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 150 | 202 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.21 |
| HSL | 218.52º | 0.43% | 0.63% | - |
| HSV(B) | 218.52º | 0.4% | 0.79% | - |
| XYZ | 29.45 | 30.14 | 60.14 | - |
| YUV | 147.26 | 158.89 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 150 | 202 | 0.40 | 0.26 | 0 | 0.21 | 218.52 | 0.43 | 0.63 |
| Hex | 79 | 96 | CA | 28 | 1A | 0 | 15 | DB | 2B | 3F |
| Octal | 171 | 226 | 312 | 50 | 32 | 0 | 25 | 333 | 53 | 77 |
| Binary | 1111001 | 10010110 | 11001010 | 101000 | 11010 | 0 | 10101 | 11011011 | 101011 | 111111 |
Color Harmonies of #7996CA
Complementary color
Monochromatic Colors of #7996CA
Black with #7996CA
Text Example
Text Example
White with #7996CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7996CA; }
p { color: rgb(121,150,202); }
H1.HeaderClassName
{
color: #7996CA;
}
.AnyTagClassName
{
color: #7996CA;
}
</style>
background-color css
<style>
a { background-color: #7996CA; }
a { background-color: rgb(121,150,202); }
div.DivClassName
{
background-color: #7996CA;
}
.BgClassName
{
background-color: #7996CA;
}
</style>
border-color css
<style>
span { border-color: #7996CA; }
span { border-color: rgb(121,150,202); }
td.TdClassName
{
border-color: #7996CA;
}
.TagClassName
{
border-color: #7996CA;
}
</style>