Shades of Bali Hai #7A9AAF
Tints of Bali Hai #7A9AAF
RGB
CMYK
RGB Variations
Color information
#7A9AAF (or 0x7A9AAF) is known color: Bali Hai. HEX triplet: 7A, 9A and AF. RGB value is (122,154,175). Sum of RGB (Red+Green+Blue) = 122+154+175=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 175 - color contains mainly: blue. Hex color #7A9AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9AAF is #856550. Grayscale: #929292. Windows color (decimal): -8742225 or 11508346. OLE color: 11508346.
HSL color Cylindrical-coordinate representation of color #7A9AAF: hue angle of 203.77º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A9AAF is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 154 | 175 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.31 |
| HSL | 203.77º | 0.25% | 0.58% | - |
| HSV(B) | 203.77º | 0.3% | 0.69% | - |
| XYZ | 27.32 | 30.34 | 44.97 | - |
| YUV | 146.83 | 143.9 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 154 | 175 | 0.30 | 0.12 | 0 | 0.31 | 203.77 | 0.25 | 0.58 |
| Hex | 7A | 9A | AF | 1E | C | 0 | 1F | CC | 19 | 3A |
| Octal | 172 | 232 | 257 | 36 | 14 | 0 | 37 | 314 | 31 | 72 |
| Binary | 1111010 | 10011010 | 10101111 | 11110 | 1100 | 0 | 11111 | 11001100 | 11001 | 111010 |
Color Harmonies of #7A9AAF
Complementary color
Monochromatic Colors of #7A9AAF
Black with #7A9AAF
Text Example
Text Example
White with #7A9AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9AAF; }
p { color: rgb(122,154,175); }
H1.HeaderClassName
{
color: #7A9AAF;
}
.AnyTagClassName
{
color: #7A9AAF;
}
</style>
background-color css
<style>
a { background-color: #7A9AAF; }
a { background-color: rgb(122,154,175); }
div.DivClassName
{
background-color: #7A9AAF;
}
.BgClassName
{
background-color: #7A9AAF;
}
</style>
border-color css
<style>
span { border-color: #7A9AAF; }
span { border-color: rgb(122,154,175); }
td.TdClassName
{
border-color: #7A9AAF;
}
.TagClassName
{
border-color: #7A9AAF;
}
</style>