Shades of Bali Hai #899AAC
Tints of Bali Hai #899AAC
RGB
CMYK
RGB Variations
Color information
#899AAC (or 0x899AAC) is known color: Bali Hai. HEX triplet: 89, 9A and AC. RGB value is (137,154,172). Sum of RGB (Red+Green+Blue) = 137+154+172=463 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.59% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 172 - color contains mainly: blue. Hex color #899AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899AAC is #766553. Grayscale: #969696. Windows color (decimal): -7759188 or 11311753. OLE color: 11311753.
HSL color Cylindrical-coordinate representation of color #899AAC: hue angle of 210.86º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #899AAC is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 154 | 172 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.33 |
| HSL | 210.86º | 0.17% | 0.61% | - |
| HSV(B) | 210.86º | 0.2% | 0.67% | - |
| XYZ | 29.32 | 31.41 | 43.55 | - |
| YUV | 150.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 154 | 172 | 0.20 | 0.10 | 0 | 0.33 | 210.86 | 0.17 | 0.61 |
| Hex | 89 | 9A | AC | 14 | A | 0 | 21 | D3 | 11 | 3D |
| Octal | 211 | 232 | 254 | 24 | 12 | 0 | 41 | 323 | 21 | 75 |
| Binary | 10001001 | 10011010 | 10101100 | 10100 | 1010 | 0 | 100001 | 11010011 | 10001 | 111101 |
Color Harmonies of #899AAC
Complementary color
Monochromatic Colors of #899AAC
Black with #899AAC
Text Example
Text Example
White with #899AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899AAC; }
p { color: rgb(137,154,172); }
H1.HeaderClassName
{
color: #899AAC;
}
.AnyTagClassName
{
color: #899AAC;
}
</style>
background-color css
<style>
a { background-color: #899AAC; }
a { background-color: rgb(137,154,172); }
div.DivClassName
{
background-color: #899AAC;
}
.BgClassName
{
background-color: #899AAC;
}
</style>
border-color css
<style>
span { border-color: #899AAC; }
span { border-color: rgb(137,154,172); }
td.TdClassName
{
border-color: #899AAC;
}
.TagClassName
{
border-color: #899AAC;
}
</style>