Shades of Bali Hai #899AAA
Tints of Bali Hai #899AAA
RGB
CMYK
RGB Variations
Color information
#899AAA (or 0x899AAA) is known color: Bali Hai. HEX triplet: 89, 9A and AA. RGB value is (137,154,170). Sum of RGB (Red+Green+Blue) = 137+154+170=461 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.72% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 170 - color contains mainly: blue. Hex color #899AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899AAA is #766555. Grayscale: #969696. Windows color (decimal): -7759190 or 11180681. OLE color: 11180681.
HSL color Cylindrical-coordinate representation of color #899AAA: hue angle of 209.09º 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 #899AAA is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 154 | 170 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.33 |
| HSL | 209.09º | 0.16% | 0.6% | - |
| HSV(B) | 209.09º | 0.19% | 0.67% | - |
| XYZ | 29.13 | 31.33 | 42.54 | - |
| YUV | 150.74 | 138.87 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 154 | 170 | 0.19 | 0.09 | 0 | 0.33 | 209.09 | 0.16 | 0.6 |
| Hex | 89 | 9A | AA | 13 | 9 | 0 | 21 | D1 | 10 | 3C |
| Octal | 211 | 232 | 252 | 23 | 11 | 0 | 41 | 321 | 20 | 74 |
| Binary | 10001001 | 10011010 | 10101010 | 10011 | 1001 | 0 | 100001 | 11010001 | 10000 | 111100 |
Color Harmonies of #899AAA
Complementary color
Monochromatic Colors of #899AAA
Black with #899AAA
Text Example
Text Example
White with #899AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899AAA; }
p { color: rgb(137,154,170); }
H1.HeaderClassName
{
color: #899AAA;
}
.AnyTagClassName
{
color: #899AAA;
}
</style>
background-color css
<style>
a { background-color: #899AAA; }
a { background-color: rgb(137,154,170); }
div.DivClassName
{
background-color: #899AAA;
}
.BgClassName
{
background-color: #899AAA;
}
</style>
border-color css
<style>
span { border-color: #899AAA; }
span { border-color: rgb(137,154,170); }
td.TdClassName
{
border-color: #899AAA;
}
.TagClassName
{
border-color: #899AAA;
}
</style>