Shades of Bali Hai #8895A7
Tints of Bali Hai #8895A7
RGB
CMYK
RGB Variations
Color information
#8895A7 (or 0x8895A7) is known color: Bali Hai. HEX triplet: 88, 95 and A7. RGB value is (136,149,167). Sum of RGB (Red+Green+Blue) = 136+149+167=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 167 (65.62% from 255 or 36.95% from 452); Max value from RGB is 167 - color contains mainly: blue. Hex color #8895A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8895A7 is #776A58. Grayscale: #939393. Windows color (decimal): -7826009 or 10982792. OLE color: 10982792.
HSL color Cylindrical-coordinate representation of color #8895A7: hue angle of 214.84º 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 #8895A7 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 149 | 167 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.35 |
| HSL | 214.84º | 0.15% | 0.59% | - |
| HSV(B) | 214.84º | 0.19% | 0.65% | - |
| XYZ | 27.88 | 29.52 | 40.79 | - |
| YUV | 147.17 | 139.19 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 149 | 167 | 0.19 | 0.11 | 0 | 0.35 | 214.84 | 0.15 | 0.59 |
| Hex | 88 | 95 | A7 | 13 | B | 0 | 23 | D7 | F | 3B |
| Octal | 210 | 225 | 247 | 23 | 13 | 0 | 43 | 327 | 17 | 73 |
| Binary | 10001000 | 10010101 | 10100111 | 10011 | 1011 | 0 | 100011 | 11010111 | 1111 | 111011 |
Color Harmonies of #8895A7
Complementary color
Monochromatic Colors of #8895A7
Black with #8895A7
Text Example
Text Example
White with #8895A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8895A7; }
p { color: rgb(136,149,167); }
H1.HeaderClassName
{
color: #8895A7;
}
.AnyTagClassName
{
color: #8895A7;
}
</style>
background-color css
<style>
a { background-color: #8895A7; }
a { background-color: rgb(136,149,167); }
div.DivClassName
{
background-color: #8895A7;
}
.BgClassName
{
background-color: #8895A7;
}
</style>
border-color css
<style>
span { border-color: #8895A7; }
span { border-color: rgb(136,149,167); }
td.TdClassName
{
border-color: #8895A7;
}
.TagClassName
{
border-color: #8895A7;
}
</style>