Shades of Bali Hai #899EAA
Tints of Bali Hai #899EAA
RGB
CMYK
RGB Variations
Color information
#899EAA (or 0x899EAA) is known color: Bali Hai. HEX triplet: 89, 9E and AA. RGB value is (137,158,170). Sum of RGB (Red+Green+Blue) = 137+158+170=465 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.46% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 170 - color contains mainly: blue. Hex color #899EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899EAA is #766155. Grayscale: #999999. Windows color (decimal): -7758166 or 11181705. OLE color: 11181705.
HSL color Cylindrical-coordinate representation of color #899EAA: hue angle of 201.82º 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 #899EAA is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 158 | 170 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.33 |
| HSL | 201.82º | 0.16% | 0.6% | - |
| HSV(B) | 201.82º | 0.19% | 0.67% | - |
| XYZ | 29.8 | 32.67 | 42.77 | - |
| YUV | 153.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 158 | 170 | 0.19 | 0.07 | 0 | 0.33 | 201.82 | 0.16 | 0.6 |
| Hex | 89 | 9E | AA | 13 | 7 | 0 | 21 | CA | 10 | 3C |
| Octal | 211 | 236 | 252 | 23 | 7 | 0 | 41 | 312 | 20 | 74 |
| Binary | 10001001 | 10011110 | 10101010 | 10011 | 111 | 0 | 100001 | 11001010 | 10000 | 111100 |
Color Harmonies of #899EAA
Complementary color
Monochromatic Colors of #899EAA
Black with #899EAA
Text Example
Text Example
White with #899EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899EAA; }
p { color: rgb(137,158,170); }
H1.HeaderClassName
{
color: #899EAA;
}
.AnyTagClassName
{
color: #899EAA;
}
</style>
background-color css
<style>
a { background-color: #899EAA; }
a { background-color: rgb(137,158,170); }
div.DivClassName
{
background-color: #899EAA;
}
.BgClassName
{
background-color: #899EAA;
}
</style>
border-color css
<style>
span { border-color: #899EAA; }
span { border-color: rgb(137,158,170); }
td.TdClassName
{
border-color: #899EAA;
}
.TagClassName
{
border-color: #899EAA;
}
</style>