Shades of Bali Hai #889EAA
Tints of Bali Hai #889EAA
RGB
CMYK
RGB Variations
Color information
#889EAA (or 0x889EAA) is known color: Bali Hai. HEX triplet: 88, 9E and AA. RGB value is (136,158,170). Sum of RGB (Red+Green+Blue) = 136+158+170=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 170 - color contains mainly: blue. Hex color #889EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889EAA is #776155. Grayscale: #989898. Windows color (decimal): -7823702 or 11181704. OLE color: 11181704.
HSL color Cylindrical-coordinate representation of color #889EAA: hue angle of 201.18º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #889EAA is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 158 | 170 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.33 |
| HSL | 201.18º | 0.17% | 0.6% | - |
| HSV(B) | 201.18º | 0.2% | 0.67% | - |
| XYZ | 29.64 | 32.59 | 42.76 | - |
| YUV | 152.79 | 137.71 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 158 | 170 | 0.20 | 0.07 | 0 | 0.33 | 201.18 | 0.17 | 0.6 |
| Hex | 88 | 9E | AA | 14 | 7 | 0 | 21 | C9 | 11 | 3C |
| Octal | 210 | 236 | 252 | 24 | 7 | 0 | 41 | 311 | 21 | 74 |
| Binary | 10001000 | 10011110 | 10101010 | 10100 | 111 | 0 | 100001 | 11001001 | 10001 | 111100 |
Color Harmonies of #889EAA
Complementary color
Monochromatic Colors of #889EAA
Black with #889EAA
Text Example
Text Example
White with #889EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889EAA; }
p { color: rgb(136,158,170); }
H1.HeaderClassName
{
color: #889EAA;
}
.AnyTagClassName
{
color: #889EAA;
}
</style>
background-color css
<style>
a { background-color: #889EAA; }
a { background-color: rgb(136,158,170); }
div.DivClassName
{
background-color: #889EAA;
}
.BgClassName
{
background-color: #889EAA;
}
</style>
border-color css
<style>
span { border-color: #889EAA; }
span { border-color: rgb(136,158,170); }
td.TdClassName
{
border-color: #889EAA;
}
.TagClassName
{
border-color: #889EAA;
}
</style>