Shades of Bali Hai #8999A2
Tints of Bali Hai #8999A2
RGB
CMYK
RGB Variations
Color information
#8999A2 (or 0x8999A2) is known color: Bali Hai. HEX triplet: 89, 99 and A2. RGB value is (137,153,162). Sum of RGB (Red+Green+Blue) = 137+153+162=452 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.31% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 162 - color contains mainly: blue. Hex color #8999A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8999A2 is #76665D. Grayscale: #959595. Windows color (decimal): -7759454 or 10656137. OLE color: 10656137.
HSL color Cylindrical-coordinate representation of color #8999A2: hue angle of 201.6º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8999A2 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 153 | 162 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.36 |
| HSL | 201.6º | 0.12% | 0.59% | - |
| HSV(B) | 201.6º | 0.15% | 0.64% | - |
| XYZ | 28.23 | 30.71 | 38.62 | - |
| YUV | 149.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 153 | 162 | 0.15 | 0.06 | 0 | 0.36 | 201.6 | 0.12 | 0.59 |
| Hex | 89 | 99 | A2 | F | 6 | 0 | 24 | CA | C | 3B |
| Octal | 211 | 231 | 242 | 17 | 6 | 0 | 44 | 312 | 14 | 73 |
| Binary | 10001001 | 10011001 | 10100010 | 1111 | 110 | 0 | 100100 | 11001010 | 1100 | 111011 |
Color Harmonies of #8999A2
Complementary color
Monochromatic Colors of #8999A2
Black with #8999A2
Text Example
Text Example
White with #8999A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8999A2; }
p { color: rgb(137,153,162); }
H1.HeaderClassName
{
color: #8999A2;
}
.AnyTagClassName
{
color: #8999A2;
}
</style>
background-color css
<style>
a { background-color: #8999A2; }
a { background-color: rgb(137,153,162); }
div.DivClassName
{
background-color: #8999A2;
}
.BgClassName
{
background-color: #8999A2;
}
</style>
border-color css
<style>
span { border-color: #8999A2; }
span { border-color: rgb(137,153,162); }
td.TdClassName
{
border-color: #8999A2;
}
.TagClassName
{
border-color: #8999A2;
}
</style>