Shades of Bali Hai #889EA5
Tints of Bali Hai #889EA5
RGB
CMYK
RGB Variations
Color information
#889EA5 (or 0x889EA5) is known color: Bali Hai. HEX triplet: 88, 9E and A5. RGB value is (136,158,165). Sum of RGB (Red+Green+Blue) = 136+158+165=459 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.63% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 165 - color contains mainly: blue. Hex color #889EA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889EA5 is #77615A. Grayscale: #989898. Windows color (decimal): -7823707 or 10854024. OLE color: 10854024.
HSL color Cylindrical-coordinate representation of color #889EA5: hue angle of 194.48º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #889EA5 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 158 | 165 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.35 |
| HSL | 194.48º | 0.14% | 0.59% | - |
| HSV(B) | 194.48º | 0.18% | 0.65% | - |
| XYZ | 29.17 | 32.4 | 40.31 | - |
| YUV | 152.22 | 135.21 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 158 | 165 | 0.18 | 0.04 | 0 | 0.35 | 194.48 | 0.14 | 0.59 |
| Hex | 88 | 9E | A5 | 12 | 4 | 0 | 23 | C2 | E | 3B |
| Octal | 210 | 236 | 245 | 22 | 4 | 0 | 43 | 302 | 16 | 73 |
| Binary | 10001000 | 10011110 | 10100101 | 10010 | 100 | 0 | 100011 | 11000010 | 1110 | 111011 |
Color Harmonies of #889EA5
Complementary color
Monochromatic Colors of #889EA5
Black with #889EA5
Text Example
Text Example
White with #889EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889EA5; }
p { color: rgb(136,158,165); }
H1.HeaderClassName
{
color: #889EA5;
}
.AnyTagClassName
{
color: #889EA5;
}
</style>
background-color css
<style>
a { background-color: #889EA5; }
a { background-color: rgb(136,158,165); }
div.DivClassName
{
background-color: #889EA5;
}
.BgClassName
{
background-color: #889EA5;
}
</style>
border-color css
<style>
span { border-color: #889EA5; }
span { border-color: rgb(136,158,165); }
td.TdClassName
{
border-color: #889EA5;
}
.TagClassName
{
border-color: #889EA5;
}
</style>