Shades of Wild Blue Yonder #7A95BA
Tints of Wild Blue Yonder #7A95BA
RGB
CMYK
RGB Variations
Color information
#7A95BA (or 0x7A95BA) is known color: Wild Blue Yonder. HEX triplet: 7A, 95 and BA. RGB value is (122,149,186). Sum of RGB (Red+Green+Blue) = 122+149+186=457 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.70% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A95BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A95BA is #856A45. Grayscale: #909090. Windows color (decimal): -8743494 or 12227962. OLE color: 12227962.
HSL color Cylindrical-coordinate representation of color #7A95BA: hue angle of 214.69º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A95BA is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 149 | 186 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.27 |
| HSL | 214.69º | 0.32% | 0.6% | - |
| HSV(B) | 214.69º | 0.34% | 0.73% | - |
| XYZ | 27.64 | 29.18 | 50.63 | - |
| YUV | 145.15 | 151.05 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 149 | 186 | 0.34 | 0.20 | 0 | 0.27 | 214.69 | 0.32 | 0.6 |
| Hex | 7A | 95 | BA | 22 | 14 | 0 | 1B | D7 | 20 | 3C |
| Octal | 172 | 225 | 272 | 42 | 24 | 0 | 33 | 327 | 40 | 74 |
| Binary | 1111010 | 10010101 | 10111010 | 100010 | 10100 | 0 | 11011 | 11010111 | 100000 | 111100 |
Color Harmonies of #7A95BA
Complementary color
Monochromatic Colors of #7A95BA
Black with #7A95BA
Text Example
Text Example
White with #7A95BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A95BA; }
p { color: rgb(122,149,186); }
H1.HeaderClassName
{
color: #7A95BA;
}
.AnyTagClassName
{
color: #7A95BA;
}
</style>
background-color css
<style>
a { background-color: #7A95BA; }
a { background-color: rgb(122,149,186); }
div.DivClassName
{
background-color: #7A95BA;
}
.BgClassName
{
background-color: #7A95BA;
}
</style>
border-color css
<style>
span { border-color: #7A95BA; }
span { border-color: rgb(122,149,186); }
td.TdClassName
{
border-color: #7A95BA;
}
.TagClassName
{
border-color: #7A95BA;
}
</style>