Shades of Wild Blue Yonder #7995CA
Tints of Wild Blue Yonder #7995CA
RGB
CMYK
RGB Variations
Color information
#7995CA (or 0x7995CA) is known color: Wild Blue Yonder. HEX triplet: 79, 95 and CA. RGB value is (121,149,202). Sum of RGB (Red+Green+Blue) = 121+149+202=472 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.64% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #7995CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7995CA is #866A35. Grayscale: #929292. Windows color (decimal): -8809014 or 13276537. OLE color: 13276537.
HSL color Cylindrical-coordinate representation of color #7995CA: hue angle of 219.26º 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 #7995CA is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 149 | 202 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.21 |
| HSL | 219.26º | 0.43% | 0.63% | - |
| HSV(B) | 219.26º | 0.4% | 0.79% | - |
| XYZ | 29.29 | 29.82 | 60.09 | - |
| YUV | 146.67 | 159.22 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 149 | 202 | 0.40 | 0.26 | 0 | 0.21 | 219.26 | 0.43 | 0.63 |
| Hex | 79 | 95 | CA | 28 | 1A | 0 | 15 | DB | 2B | 3F |
| Octal | 171 | 225 | 312 | 50 | 32 | 0 | 25 | 333 | 53 | 77 |
| Binary | 1111001 | 10010101 | 11001010 | 101000 | 11010 | 0 | 10101 | 11011011 | 101011 | 111111 |
Color Harmonies of #7995CA
Complementary color
Monochromatic Colors of #7995CA
Black with #7995CA
Text Example
Text Example
White with #7995CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7995CA; }
p { color: rgb(121,149,202); }
H1.HeaderClassName
{
color: #7995CA;
}
.AnyTagClassName
{
color: #7995CA;
}
</style>
background-color css
<style>
a { background-color: #7995CA; }
a { background-color: rgb(121,149,202); }
div.DivClassName
{
background-color: #7995CA;
}
.BgClassName
{
background-color: #7995CA;
}
</style>
border-color css
<style>
span { border-color: #7995CA; }
span { border-color: rgb(121,149,202); }
td.TdClassName
{
border-color: #7995CA;
}
.TagClassName
{
border-color: #7995CA;
}
</style>