Shades of Bali Hai #899AA2
Tints of Bali Hai #899AA2
RGB
CMYK
RGB Variations
Color information
#899AA2 (or 0x899AA2) is known color: Bali Hai. HEX triplet: 89, 9A and A2. RGB value is (137,154,162). Sum of RGB (Red+Green+Blue) = 137+154+162=453 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.24% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 162 (63.67% from 255 or 35.76% from 453); Max value from RGB is 162 - color contains mainly: blue. Hex color #899AA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899AA2 is #76655D. Grayscale: #959595. Windows color (decimal): -7759198 or 10656393. OLE color: 10656393.
HSL color Cylindrical-coordinate representation of color #899AA2: hue angle of 199.2º 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 #899AA2 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 154 | 162 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.36 |
| HSL | 199.2º | 0.12% | 0.59% | - |
| HSV(B) | 199.2º | 0.15% | 0.64% | - |
| XYZ | 28.39 | 31.04 | 38.68 | - |
| YUV | 149.83 | 134.87 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 154 | 162 | 0.15 | 0.05 | 0 | 0.36 | 199.2 | 0.12 | 0.59 |
| Hex | 89 | 9A | A2 | F | 5 | 0 | 24 | C7 | C | 3B |
| Octal | 211 | 232 | 242 | 17 | 5 | 0 | 44 | 307 | 14 | 73 |
| Binary | 10001001 | 10011010 | 10100010 | 1111 | 101 | 0 | 100100 | 11000111 | 1100 | 111011 |
Color Harmonies of #899AA2
Complementary color
Monochromatic Colors of #899AA2
Black with #899AA2
Text Example
Text Example
White with #899AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899AA2; }
p { color: rgb(137,154,162); }
H1.HeaderClassName
{
color: #899AA2;
}
.AnyTagClassName
{
color: #899AA2;
}
</style>
background-color css
<style>
a { background-color: #899AA2; }
a { background-color: rgb(137,154,162); }
div.DivClassName
{
background-color: #899AA2;
}
.BgClassName
{
background-color: #899AA2;
}
</style>
border-color css
<style>
span { border-color: #899AA2; }
span { border-color: rgb(137,154,162); }
td.TdClassName
{
border-color: #899AA2;
}
.TagClassName
{
border-color: #899AA2;
}
</style>