Shades of Bali Hai #7A9EAA
Tints of Bali Hai #7A9EAA
RGB
CMYK
RGB Variations
Color information
#7A9EAA (or 0x7A9EAA) is known color: Bali Hai. HEX triplet: 7A, 9E and AA. RGB value is (122,158,170). Sum of RGB (Red+Green+Blue) = 122+158+170=450 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.11% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A9EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9EAA is #856155. Grayscale: #949494. Windows color (decimal): -8741206 or 11181690. OLE color: 11181690.
HSL color Cylindrical-coordinate representation of color #7A9EAA: hue angle of 195º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A9EAA is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 158 | 170 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.33 |
| HSL | 195º | 0.22% | 0.57% | - |
| HSV(B) | 195º | 0.28% | 0.67% | - |
| XYZ | 27.51 | 31.49 | 42.66 | - |
| YUV | 148.6 | 140.07 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 158 | 170 | 0.28 | 0.07 | 0 | 0.33 | 195 | 0.22 | 0.57 |
| Hex | 7A | 9E | AA | 1C | 7 | 0 | 21 | C3 | 16 | 39 |
| Octal | 172 | 236 | 252 | 34 | 7 | 0 | 41 | 303 | 26 | 71 |
| Binary | 1111010 | 10011110 | 10101010 | 11100 | 111 | 0 | 100001 | 11000011 | 10110 | 111001 |
Color Harmonies of #7A9EAA
Complementary color
Monochromatic Colors of #7A9EAA
Black with #7A9EAA
Text Example
Text Example
White with #7A9EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9EAA; }
p { color: rgb(122,158,170); }
H1.HeaderClassName
{
color: #7A9EAA;
}
.AnyTagClassName
{
color: #7A9EAA;
}
</style>
background-color css
<style>
a { background-color: #7A9EAA; }
a { background-color: rgb(122,158,170); }
div.DivClassName
{
background-color: #7A9EAA;
}
.BgClassName
{
background-color: #7A9EAA;
}
</style>
border-color css
<style>
span { border-color: #7A9EAA; }
span { border-color: rgb(122,158,170); }
td.TdClassName
{
border-color: #7A9EAA;
}
.TagClassName
{
border-color: #7A9EAA;
}
</style>