Shades of Bali Hai #8995A6
Tints of Bali Hai #8995A6
RGB
CMYK
RGB Variations
Color information
#8995A6 (or 0x8995A6) is known color: Bali Hai. HEX triplet: 89, 95 and A6. RGB value is (137,149,166). Sum of RGB (Red+Green+Blue) = 137+149+166=452 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.31% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 166 (65.23% from 255 or 36.73% from 452); Max value from RGB is 166 - color contains mainly: blue. Hex color #8995A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8995A6 is #766A59. Grayscale: #939393. Windows color (decimal): -7760474 or 10917257. OLE color: 10917257.
HSL color Cylindrical-coordinate representation of color #8995A6: hue angle of 215.17º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8995A6 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 137 | 149 | 166 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.35 |
| HSL | 215.17º | 0.14% | 0.59% | - |
| HSV(B) | 215.17º | 0.17% | 0.65% | - |
| XYZ | 27.95 | 29.57 | 40.31 | - |
| YUV | 147.35 | 138.52 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 166 | 0.17 | 0.10 | 0 | 0.35 | 215.17 | 0.14 | 0.59 |
| Hex | 89 | 95 | A6 | 11 | A | 0 | 23 | D7 | E | 3B |
| Octal | 211 | 225 | 246 | 21 | 12 | 0 | 43 | 327 | 16 | 73 |
| Binary | 10001001 | 10010101 | 10100110 | 10001 | 1010 | 0 | 100011 | 11010111 | 1110 | 111011 |
Color Harmonies of #8995A6
Complementary color
Monochromatic Colors of #8995A6
Black with #8995A6
Text Example
Text Example
White with #8995A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8995A6; }
p { color: rgb(137,149,166); }
H1.HeaderClassName
{
color: #8995A6;
}
.AnyTagClassName
{
color: #8995A6;
}
</style>
background-color css
<style>
a { background-color: #8995A6; }
a { background-color: rgb(137,149,166); }
div.DivClassName
{
background-color: #8995A6;
}
.BgClassName
{
background-color: #8995A6;
}
</style>
border-color css
<style>
span { border-color: #8995A6; }
span { border-color: rgb(137,149,166); }
td.TdClassName
{
border-color: #8995A6;
}
.TagClassName
{
border-color: #8995A6;
}
</style>