Shades of Bali Hai #7A99AB
Tints of Bali Hai #7A99AB
RGB
CMYK
RGB Variations
Color information
#7A99AB (or 0x7A99AB) is known color: Bali Hai. HEX triplet: 7A, 99 and AB. RGB value is (122,153,171). Sum of RGB (Red+Green+Blue) = 122+153+171=446 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.35% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A99AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A99AB is #856654. Grayscale: #919191. Windows color (decimal): -8742485 or 11245946. OLE color: 11245946.
HSL color Cylindrical-coordinate representation of color #7A99AB: hue angle of 202.04º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A99AB is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 153 | 171 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.33 |
| HSL | 202.04º | 0.23% | 0.57% | - |
| HSV(B) | 202.04º | 0.29% | 0.67% | - |
| XYZ | 26.77 | 29.86 | 42.88 | - |
| YUV | 145.78 | 142.23 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 153 | 171 | 0.29 | 0.11 | 0 | 0.33 | 202.04 | 0.23 | 0.57 |
| Hex | 7A | 99 | AB | 1D | B | 0 | 21 | CA | 17 | 39 |
| Octal | 172 | 231 | 253 | 35 | 13 | 0 | 41 | 312 | 27 | 71 |
| Binary | 1111010 | 10011001 | 10101011 | 11101 | 1011 | 0 | 100001 | 11001010 | 10111 | 111001 |
Color Harmonies of #7A99AB
Complementary color
Monochromatic Colors of #7A99AB
Black with #7A99AB
Text Example
Text Example
White with #7A99AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A99AB; }
p { color: rgb(122,153,171); }
H1.HeaderClassName
{
color: #7A99AB;
}
.AnyTagClassName
{
color: #7A99AB;
}
</style>
background-color css
<style>
a { background-color: #7A99AB; }
a { background-color: rgb(122,153,171); }
div.DivClassName
{
background-color: #7A99AB;
}
.BgClassName
{
background-color: #7A99AB;
}
</style>
border-color css
<style>
span { border-color: #7A99AB; }
span { border-color: rgb(122,153,171); }
td.TdClassName
{
border-color: #7A99AB;
}
.TagClassName
{
border-color: #7A99AB;
}
</style>