Shades of Bali Hai #7A9AAC
Tints of Bali Hai #7A9AAC
RGB
CMYK
RGB Variations
Color information
#7A9AAC (or 0x7A9AAC) is known color: Bali Hai. HEX triplet: 7A, 9A and AC. RGB value is (122,154,172). Sum of RGB (Red+Green+Blue) = 122+154+172=448 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.23% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A9AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9AAC is #856553. Grayscale: #929292. Windows color (decimal): -8742228 or 11311738. OLE color: 11311738.
HSL color Cylindrical-coordinate representation of color #7A9AAC: hue angle of 201.6º 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 #7A9AAC is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 154 | 172 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.33 |
| HSL | 201.6º | 0.23% | 0.58% | - |
| HSV(B) | 201.6º | 0.29% | 0.67% | - |
| XYZ | 27.03 | 30.23 | 43.44 | - |
| YUV | 146.48 | 142.4 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 154 | 172 | 0.29 | 0.10 | 0 | 0.33 | 201.6 | 0.23 | 0.58 |
| Hex | 7A | 9A | AC | 1D | A | 0 | 21 | CA | 17 | 3A |
| Octal | 172 | 232 | 254 | 35 | 12 | 0 | 41 | 312 | 27 | 72 |
| Binary | 1111010 | 10011010 | 10101100 | 11101 | 1010 | 0 | 100001 | 11001010 | 10111 | 111010 |
Color Harmonies of #7A9AAC
Complementary color
Monochromatic Colors of #7A9AAC
Black with #7A9AAC
Text Example
Text Example
White with #7A9AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9AAC; }
p { color: rgb(122,154,172); }
H1.HeaderClassName
{
color: #7A9AAC;
}
.AnyTagClassName
{
color: #7A9AAC;
}
</style>
background-color css
<style>
a { background-color: #7A9AAC; }
a { background-color: rgb(122,154,172); }
div.DivClassName
{
background-color: #7A9AAC;
}
.BgClassName
{
background-color: #7A9AAC;
}
</style>
border-color css
<style>
span { border-color: #7A9AAC; }
span { border-color: rgb(122,154,172); }
td.TdClassName
{
border-color: #7A9AAC;
}
.TagClassName
{
border-color: #7A9AAC;
}
</style>