Shades of Bali Hai #8999AA
Tints of Bali Hai #8999AA
RGB
CMYK
RGB Variations
Color information
#8999AA (or 0x8999AA) is known color: Bali Hai. HEX triplet: 89, 99 and AA. RGB value is (137,153,170). Sum of RGB (Red+Green+Blue) = 137+153+170=460 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.78% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: blue. Hex color #8999AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8999AA is #766655. Grayscale: #969696. Windows color (decimal): -7759446 or 11180425. OLE color: 11180425.
HSL color Cylindrical-coordinate representation of color #8999AA: hue angle of 210.91º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8999AA is Cyan = 0.19, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 153 | 170 | - |
| CMYK | 0.19 | 0.1 | 0 | 0.33 |
| HSL | 210.91º | 0.16% | 0.6% | - |
| HSV(B) | 210.91º | 0.19% | 0.67% | - |
| XYZ | 28.96 | 31 | 42.49 | - |
| YUV | 150.15 | 139.2 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 153 | 170 | 0.19 | 0.1 | 0 | 0.33 | 210.91 | 0.16 | 0.6 |
| Hex | 89 | 99 | AA | 13 | A | 0 | 21 | D3 | 10 | 3C |
| Octal | 211 | 231 | 252 | 23 | 12 | 0 | 41 | 323 | 20 | 74 |
| Binary | 10001001 | 10011001 | 10101010 | 10011 | 1010 | 0 | 100001 | 11010011 | 10000 | 111100 |
Color Harmonies of #8999AA
Complementary color
Monochromatic Colors of #8999AA
Black with #8999AA
Text Example
Text Example
White with #8999AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8999AA; }
p { color: rgb(137,153,170); }
H1.HeaderClassName
{
color: #8999AA;
}
.AnyTagClassName
{
color: #8999AA;
}
</style>
background-color css
<style>
a { background-color: #8999AA; }
a { background-color: rgb(137,153,170); }
div.DivClassName
{
background-color: #8999AA;
}
.BgClassName
{
background-color: #8999AA;
}
</style>
border-color css
<style>
span { border-color: #8999AA; }
span { border-color: rgb(137,153,170); }
td.TdClassName
{
border-color: #8999AA;
}
.TagClassName
{
border-color: #8999AA;
}
</style>