Shades of Wild Blue Yonder #7A96C4
Tints of Wild Blue Yonder #7A96C4
RGB
CMYK
RGB Variations
Color information
#7A96C4 (or 0x7A96C4) is known color: Wild Blue Yonder. HEX triplet: 7A, 96 and C4. RGB value is (122,150,196). Sum of RGB (Red+Green+Blue) = 122+150+196=468 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.07% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 196 - color contains mainly: blue. Hex color #7A96C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A96C4 is #85693B. Grayscale: #929292. Windows color (decimal): -8743228 or 12883578. OLE color: 12883578.
HSL color Cylindrical-coordinate representation of color #7A96C4: hue angle of 217.3º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A96C4 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 150 | 196 | - |
| CMYK | 0.38 | 0.23 | 0 | 0.23 |
| HSL | 217.3º | 0.39% | 0.62% | - |
| HSV(B) | 217.3º | 0.38% | 0.77% | - |
| XYZ | 28.9 | 29.94 | 56.48 | - |
| YUV | 146.87 | 155.72 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 150 | 196 | 0.38 | 0.23 | 0 | 0.23 | 217.3 | 0.39 | 0.62 |
| Hex | 7A | 96 | C4 | 26 | 17 | 0 | 17 | D9 | 27 | 3E |
| Octal | 172 | 226 | 304 | 46 | 27 | 0 | 27 | 331 | 47 | 76 |
| Binary | 1111010 | 10010110 | 11000100 | 100110 | 10111 | 0 | 10111 | 11011001 | 100111 | 111110 |
Color Harmonies of #7A96C4
Complementary color
Monochromatic Colors of #7A96C4
Black with #7A96C4
Text Example
Text Example
White with #7A96C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A96C4; }
p { color: rgb(122,150,196); }
H1.HeaderClassName
{
color: #7A96C4;
}
.AnyTagClassName
{
color: #7A96C4;
}
</style>
background-color css
<style>
a { background-color: #7A96C4; }
a { background-color: rgb(122,150,196); }
div.DivClassName
{
background-color: #7A96C4;
}
.BgClassName
{
background-color: #7A96C4;
}
</style>
border-color css
<style>
span { border-color: #7A96C4; }
span { border-color: rgb(122,150,196); }
td.TdClassName
{
border-color: #7A96C4;
}
.TagClassName
{
border-color: #7A96C4;
}
</style>