Shades of Bali Hai #89959B
Tints of Bali Hai #89959B
RGB
CMYK
RGB Variations
Color information
#89959B (or 0x89959B) is known color: Bali Hai. HEX triplet: 89, 95 and 9B. RGB value is (137,149,155). Sum of RGB (Red+Green+Blue) = 137+149+155=441 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.07% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 155 - color contains mainly: blue. Hex color #89959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89959B is #766A64. Grayscale: #929292. Windows color (decimal): -7760485 or 10196361. OLE color: 10196361.
HSL color Cylindrical-coordinate representation of color #89959B: hue angle of 200º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #89959B is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 149 | 155 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.39 |
| HSL | 200º | 0.08% | 0.57% | - |
| HSV(B) | 200º | 0.12% | 0.61% | - |
| XYZ | 26.98 | 29.18 | 35.22 | - |
| YUV | 146.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 155 | 0.12 | 0.04 | 0 | 0.39 | 200 | 0.08 | 0.57 |
| Hex | 89 | 95 | 9B | C | 4 | 0 | 27 | C8 | 8 | 39 |
| Octal | 211 | 225 | 233 | 14 | 4 | 0 | 47 | 310 | 10 | 71 |
| Binary | 10001001 | 10010101 | 10011011 | 1100 | 100 | 0 | 100111 | 11001000 | 1000 | 111001 |
Color Harmonies of #89959B
Complementary color
Monochromatic Colors of #89959B
Black with #89959B
Text Example
Text Example
White with #89959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89959B; }
p { color: rgb(137,149,155); }
H1.HeaderClassName
{
color: #89959B;
}
.AnyTagClassName
{
color: #89959B;
}
</style>
background-color css
<style>
a { background-color: #89959B; }
a { background-color: rgb(137,149,155); }
div.DivClassName
{
background-color: #89959B;
}
.BgClassName
{
background-color: #89959B;
}
</style>
border-color css
<style>
span { border-color: #89959B; }
span { border-color: rgb(137,149,155); }
td.TdClassName
{
border-color: #89959B;
}
.TagClassName
{
border-color: #89959B;
}
</style>