Shades of Wild Blue Yonder #7A96CA
Tints of Wild Blue Yonder #7A96CA
RGB
CMYK
RGB Variations
Color information
#7A96CA (or 0x7A96CA) is known color: Wild Blue Yonder. HEX triplet: 7A, 96 and CA. RGB value is (122,150,202). Sum of RGB (Red+Green+Blue) = 122+150+202=474 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.74% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A96CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A96CA is #856935. Grayscale: #939393. Windows color (decimal): -8743222 or 13276794. OLE color: 13276794.
HSL color Cylindrical-coordinate representation of color #7A96CA: hue angle of 219º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A96CA is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 150 | 202 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.21 |
| HSL | 219º | 0.43% | 0.64% | - |
| HSV(B) | 219º | 0.4% | 0.79% | - |
| XYZ | 29.59 | 30.21 | 60.15 | - |
| YUV | 147.56 | 158.72 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 150 | 202 | 0.40 | 0.26 | 0 | 0.21 | 219 | 0.43 | 0.64 |
| Hex | 7A | 96 | CA | 28 | 1A | 0 | 15 | DB | 2B | 40 |
| Octal | 172 | 226 | 312 | 50 | 32 | 0 | 25 | 333 | 53 | 100 |
| Binary | 1111010 | 10010110 | 11001010 | 101000 | 11010 | 0 | 10101 | 11011011 | 101011 | 1000000 |
Color Harmonies of #7A96CA
Complementary color
Monochromatic Colors of #7A96CA
Black with #7A96CA
Text Example
Text Example
White with #7A96CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A96CA; }
p { color: rgb(122,150,202); }
H1.HeaderClassName
{
color: #7A96CA;
}
.AnyTagClassName
{
color: #7A96CA;
}
</style>
background-color css
<style>
a { background-color: #7A96CA; }
a { background-color: rgb(122,150,202); }
div.DivClassName
{
background-color: #7A96CA;
}
.BgClassName
{
background-color: #7A96CA;
}
</style>
border-color css
<style>
span { border-color: #7A96CA; }
span { border-color: rgb(122,150,202); }
td.TdClassName
{
border-color: #7A96CA;
}
.TagClassName
{
border-color: #7A96CA;
}
</style>