Shades of Bali Hai #889CA7
Tints of Bali Hai #889CA7
RGB
CMYK
RGB Variations
Color information
#889CA7 (or 0x889CA7) is known color: Bali Hai. HEX triplet: 88, 9C and A7. RGB value is (136,156,167). Sum of RGB (Red+Green+Blue) = 136+156+167=459 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.63% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 167 (65.62% from 255 or 36.38% from 459); Max value from RGB is 167 - color contains mainly: blue. Hex color #889CA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889CA7 is #776358. Grayscale: #979797. Windows color (decimal): -7824217 or 10984584. OLE color: 10984584.
HSL color Cylindrical-coordinate representation of color #889CA7: hue angle of 201.29º 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 #889CA7 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 156 | 167 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.35 |
| HSL | 201.29º | 0.15% | 0.59% | - |
| HSV(B) | 201.29º | 0.19% | 0.65% | - |
| XYZ | 29.02 | 31.8 | 41.17 | - |
| YUV | 151.27 | 136.87 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 156 | 167 | 0.19 | 0.07 | 0 | 0.35 | 201.29 | 0.15 | 0.59 |
| Hex | 88 | 9C | A7 | 13 | 7 | 0 | 23 | C9 | F | 3B |
| Octal | 210 | 234 | 247 | 23 | 7 | 0 | 43 | 311 | 17 | 73 |
| Binary | 10001000 | 10011100 | 10100111 | 10011 | 111 | 0 | 100011 | 11001001 | 1111 | 111011 |
Color Harmonies of #889CA7
Complementary color
Monochromatic Colors of #889CA7
Black with #889CA7
Text Example
Text Example
White with #889CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889CA7; }
p { color: rgb(136,156,167); }
H1.HeaderClassName
{
color: #889CA7;
}
.AnyTagClassName
{
color: #889CA7;
}
</style>
background-color css
<style>
a { background-color: #889CA7; }
a { background-color: rgb(136,156,167); }
div.DivClassName
{
background-color: #889CA7;
}
.BgClassName
{
background-color: #889CA7;
}
</style>
border-color css
<style>
span { border-color: #889CA7; }
span { border-color: rgb(136,156,167); }
td.TdClassName
{
border-color: #889CA7;
}
.TagClassName
{
border-color: #889CA7;
}
</style>