Shades of Bali Hai #7A9EAC
Tints of Bali Hai #7A9EAC
RGB
CMYK
RGB Variations
Color information
#7A9EAC (or 0x7A9EAC) is known color: Bali Hai. HEX triplet: 7A, 9E and AC. RGB value is (122,158,172). Sum of RGB (Red+Green+Blue) = 122+158+172=452 (59% of max value = 765). Red value is 122 (48.05% from 255 or 26.99% from 452); Green value is 158 (62.11% from 255 or 34.96% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A9EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9EAC is #856153. Grayscale: #949494. Windows color (decimal): -8741204 or 11312762. OLE color: 11312762.
HSL color Cylindrical-coordinate representation of color #7A9EAC: hue angle of 196.8º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A9EAC is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 158 | 172 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.33 |
| HSL | 196.8º | 0.23% | 0.58% | - |
| HSV(B) | 196.8º | 0.29% | 0.67% | - |
| XYZ | 27.7 | 31.57 | 43.66 | - |
| YUV | 148.83 | 141.07 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 158 | 172 | 0.29 | 0.08 | 0 | 0.33 | 196.8 | 0.23 | 0.58 |
| Hex | 7A | 9E | AC | 1D | 8 | 0 | 21 | C5 | 17 | 3A |
| Octal | 172 | 236 | 254 | 35 | 10 | 0 | 41 | 305 | 27 | 72 |
| Binary | 1111010 | 10011110 | 10101100 | 11101 | 1000 | 0 | 100001 | 11000101 | 10111 | 111010 |
Color Harmonies of #7A9EAC
Complementary color
Monochromatic Colors of #7A9EAC
Black with #7A9EAC
Text Example
Text Example
White with #7A9EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9EAC; }
p { color: rgb(122,158,172); }
H1.HeaderClassName
{
color: #7A9EAC;
}
.AnyTagClassName
{
color: #7A9EAC;
}
</style>
background-color css
<style>
a { background-color: #7A9EAC; }
a { background-color: rgb(122,158,172); }
div.DivClassName
{
background-color: #7A9EAC;
}
.BgClassName
{
background-color: #7A9EAC;
}
</style>
border-color css
<style>
span { border-color: #7A9EAC; }
span { border-color: rgb(122,158,172); }
td.TdClassName
{
border-color: #7A9EAC;
}
.TagClassName
{
border-color: #7A9EAC;
}
</style>