Shades of Bali Hai #889AA1
Tints of Bali Hai #889AA1
RGB
CMYK
RGB Variations
Color information
#889AA1 (or 0x889AA1) is known color: Bali Hai. HEX triplet: 88, 9A and A1. RGB value is (136,154,161). Sum of RGB (Red+Green+Blue) = 136+154+161=451 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.16% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 161 - color contains mainly: blue. Hex color #889AA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889AA1 is #77655E. Grayscale: #959595. Windows color (decimal): -7824735 or 10590856. OLE color: 10590856.
HSL color Cylindrical-coordinate representation of color #889AA1: hue angle of 196.8º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #889AA1 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 154 | 161 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.37 |
| HSL | 196.8º | 0.12% | 0.58% | - |
| HSV(B) | 196.8º | 0.16% | 0.63% | - |
| XYZ | 28.14 | 30.92 | 38.2 | - |
| YUV | 149.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 154 | 161 | 0.16 | 0.04 | 0 | 0.37 | 196.8 | 0.12 | 0.58 |
| Hex | 88 | 9A | A1 | 10 | 4 | 0 | 25 | C5 | C | 3A |
| Octal | 210 | 232 | 241 | 20 | 4 | 0 | 45 | 305 | 14 | 72 |
| Binary | 10001000 | 10011010 | 10100001 | 10000 | 100 | 0 | 100101 | 11000101 | 1100 | 111010 |
Color Harmonies of #889AA1
Complementary color
Monochromatic Colors of #889AA1
Black with #889AA1
Text Example
Text Example
White with #889AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889AA1; }
p { color: rgb(136,154,161); }
H1.HeaderClassName
{
color: #889AA1;
}
.AnyTagClassName
{
color: #889AA1;
}
</style>
background-color css
<style>
a { background-color: #889AA1; }
a { background-color: rgb(136,154,161); }
div.DivClassName
{
background-color: #889AA1;
}
.BgClassName
{
background-color: #889AA1;
}
</style>
border-color css
<style>
span { border-color: #889AA1; }
span { border-color: rgb(136,154,161); }
td.TdClassName
{
border-color: #889AA1;
}
.TagClassName
{
border-color: #889AA1;
}
</style>