Shades of Wild Blue Yonder #7A97BA
Tints of Wild Blue Yonder #7A97BA
RGB
CMYK
RGB Variations
Color information
#7A97BA (or 0x7A97BA) is known color: Wild Blue Yonder. HEX triplet: 7A, 97 and BA. RGB value is (122,151,186). Sum of RGB (Red+Green+Blue) = 122+151+186=459 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.58% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A97BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A97BA is #856845. Grayscale: #929292. Windows color (decimal): -8742982 or 12228474. OLE color: 12228474.
HSL color Cylindrical-coordinate representation of color #7A97BA: hue angle of 212.81º 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 #7A97BA is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 151 | 186 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.27 |
| HSL | 212.81º | 0.32% | 0.6% | - |
| HSV(B) | 212.81º | 0.34% | 0.73% | - |
| XYZ | 27.96 | 29.82 | 50.74 | - |
| YUV | 146.32 | 150.39 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 151 | 186 | 0.34 | 0.19 | 0 | 0.27 | 212.81 | 0.32 | 0.6 |
| Hex | 7A | 97 | BA | 22 | 13 | 0 | 1B | D5 | 20 | 3C |
| Octal | 172 | 227 | 272 | 42 | 23 | 0 | 33 | 325 | 40 | 74 |
| Binary | 1111010 | 10010111 | 10111010 | 100010 | 10011 | 0 | 11011 | 11010101 | 100000 | 111100 |
Color Harmonies of #7A97BA
Complementary color
Monochromatic Colors of #7A97BA
Black with #7A97BA
Text Example
Text Example
White with #7A97BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A97BA; }
p { color: rgb(122,151,186); }
H1.HeaderClassName
{
color: #7A97BA;
}
.AnyTagClassName
{
color: #7A97BA;
}
</style>
background-color css
<style>
a { background-color: #7A97BA; }
a { background-color: rgb(122,151,186); }
div.DivClassName
{
background-color: #7A97BA;
}
.BgClassName
{
background-color: #7A97BA;
}
</style>
border-color css
<style>
span { border-color: #7A97BA; }
span { border-color: rgb(122,151,186); }
td.TdClassName
{
border-color: #7A97BA;
}
.TagClassName
{
border-color: #7A97BA;
}
</style>