Shades of Bali Hai #89949E
Tints of Bali Hai #89949E
RGB
CMYK
RGB Variations
Color information
#89949E (or 0x89949E) is known color: Bali Hai. HEX triplet: 89, 94 and 9E. RGB value is (137,148,158). Sum of RGB (Red+Green+Blue) = 137+148+158=443 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.93% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 158 - color contains mainly: blue. Hex color #89949E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89949E is #766B61. Grayscale: #919191. Windows color (decimal): -7760738 or 10392713. OLE color: 10392713.
HSL color Cylindrical-coordinate representation of color #89949E: hue angle of 208.57º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #89949E is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 148 | 158 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.38 |
| HSL | 208.57º | 0.1% | 0.58% | - |
| HSV(B) | 208.57º | 0.13% | 0.62% | - |
| XYZ | 27.08 | 28.97 | 36.51 | - |
| YUV | 145.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 148 | 158 | 0.13 | 0.06 | 0 | 0.38 | 208.57 | 0.1 | 0.58 |
| Hex | 89 | 94 | 9E | D | 6 | 0 | 26 | D1 | A | 3A |
| Octal | 211 | 224 | 236 | 15 | 6 | 0 | 46 | 321 | 12 | 72 |
| Binary | 10001001 | 10010100 | 10011110 | 1101 | 110 | 0 | 100110 | 11010001 | 1010 | 111010 |
Color Harmonies of #89949E
Complementary color
Monochromatic Colors of #89949E
Black with #89949E
Text Example
Text Example
White with #89949E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89949E; }
p { color: rgb(137,148,158); }
H1.HeaderClassName
{
color: #89949E;
}
.AnyTagClassName
{
color: #89949E;
}
</style>
background-color css
<style>
a { background-color: #89949E; }
a { background-color: rgb(137,148,158); }
div.DivClassName
{
background-color: #89949E;
}
.BgClassName
{
background-color: #89949E;
}
</style>
border-color css
<style>
span { border-color: #89949E; }
span { border-color: rgb(137,148,158); }
td.TdClassName
{
border-color: #89949E;
}
.TagClassName
{
border-color: #89949E;
}
</style>