Shades of Bali Hai #89959F
Tints of Bali Hai #89959F
RGB
CMYK
RGB Variations
Color information
#89959F (or 0x89959F) is known color: Bali Hai. HEX triplet: 89, 95 and 9F. RGB value is (137,149,159). Sum of RGB (Red+Green+Blue) = 137+149+159=445 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.79% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 159 - color contains mainly: blue. Hex color #89959F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89959F is #766A60. Grayscale: #929292. Windows color (decimal): -7760481 or 10458505. OLE color: 10458505.
HSL color Cylindrical-coordinate representation of color #89959F: hue angle of 207.27º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #89959F is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 149 | 159 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.38 |
| HSL | 207.27º | 0.1% | 0.58% | - |
| HSV(B) | 207.27º | 0.14% | 0.62% | - |
| XYZ | 27.32 | 29.32 | 37.02 | - |
| YUV | 146.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 159 | 0.14 | 0.06 | 0 | 0.38 | 207.27 | 0.1 | 0.58 |
| Hex | 89 | 95 | 9F | E | 6 | 0 | 26 | CF | A | 3A |
| Octal | 211 | 225 | 237 | 16 | 6 | 0 | 46 | 317 | 12 | 72 |
| Binary | 10001001 | 10010101 | 10011111 | 1110 | 110 | 0 | 100110 | 11001111 | 1010 | 111010 |
Color Harmonies of #89959F
Complementary color
Monochromatic Colors of #89959F
Black with #89959F
Text Example
Text Example
White with #89959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89959F; }
p { color: rgb(137,149,159); }
H1.HeaderClassName
{
color: #89959F;
}
.AnyTagClassName
{
color: #89959F;
}
</style>
background-color css
<style>
a { background-color: #89959F; }
a { background-color: rgb(137,149,159); }
div.DivClassName
{
background-color: #89959F;
}
.BgClassName
{
background-color: #89959F;
}
</style>
border-color css
<style>
span { border-color: #89959F; }
span { border-color: rgb(137,149,159); }
td.TdClassName
{
border-color: #89959F;
}
.TagClassName
{
border-color: #89959F;
}
</style>