Shades of Bali Hai #889BA7
Tints of Bali Hai #889BA7
RGB
CMYK
RGB Variations
Color information
#889BA7 (or 0x889BA7) is known color: Bali Hai. HEX triplet: 88, 9B and A7. RGB value is (136,155,167). Sum of RGB (Red+Green+Blue) = 136+155+167=458 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.69% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 167 (65.62% from 255 or 36.46% from 458); Max value from RGB is 167 - color contains mainly: blue. Hex color #889BA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889BA7 is #776458. Grayscale: #969696. Windows color (decimal): -7824473 or 10984328. OLE color: 10984328.
HSL color Cylindrical-coordinate representation of color #889BA7: hue angle of 203.23º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #889BA7 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 155 | 167 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.35 |
| HSL | 203.23º | 0.15% | 0.59% | - |
| HSV(B) | 203.23º | 0.19% | 0.65% | - |
| XYZ | 28.85 | 31.47 | 41.11 | - |
| YUV | 150.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 167 | 0.19 | 0.07 | 0 | 0.35 | 203.23 | 0.15 | 0.59 |
| Hex | 88 | 9B | A7 | 13 | 7 | 0 | 23 | CB | F | 3B |
| Octal | 210 | 233 | 247 | 23 | 7 | 0 | 43 | 313 | 17 | 73 |
| Binary | 10001000 | 10011011 | 10100111 | 10011 | 111 | 0 | 100011 | 11001011 | 1111 | 111011 |
Color Harmonies of #889BA7
Complementary color
Monochromatic Colors of #889BA7
Black with #889BA7
Text Example
Text Example
White with #889BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889BA7; }
p { color: rgb(136,155,167); }
H1.HeaderClassName
{
color: #889BA7;
}
.AnyTagClassName
{
color: #889BA7;
}
</style>
background-color css
<style>
a { background-color: #889BA7; }
a { background-color: rgb(136,155,167); }
div.DivClassName
{
background-color: #889BA7;
}
.BgClassName
{
background-color: #889BA7;
}
</style>
border-color css
<style>
span { border-color: #889BA7; }
span { border-color: rgb(136,155,167); }
td.TdClassName
{
border-color: #889BA7;
}
.TagClassName
{
border-color: #889BA7;
}
</style>