Shades of Bali Hai #89979E
Tints of Bali Hai #89979E
RGB
CMYK
RGB Variations
Color information
#89979E (or 0x89979E) is known color: Bali Hai. HEX triplet: 89, 97 and 9E. RGB value is (137,151,158). Sum of RGB (Red+Green+Blue) = 137+151+158=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 158 - color contains mainly: blue. Hex color #89979E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89979E is #766861. Grayscale: #939393. Windows color (decimal): -7759970 or 10393481. OLE color: 10393481.
HSL color Cylindrical-coordinate representation of color #89979E: hue angle of 200º 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 #89979E is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 151 | 158 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.38 |
| HSL | 200º | 0.1% | 0.58% | - |
| HSV(B) | 200º | 0.13% | 0.62% | - |
| XYZ | 27.55 | 29.92 | 36.67 | - |
| YUV | 147.61 | 133.86 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 151 | 158 | 0.13 | 0.04 | 0 | 0.38 | 200 | 0.1 | 0.58 |
| Hex | 89 | 97 | 9E | D | 4 | 0 | 26 | C8 | A | 3A |
| Octal | 211 | 227 | 236 | 15 | 4 | 0 | 46 | 310 | 12 | 72 |
| Binary | 10001001 | 10010111 | 10011110 | 1101 | 100 | 0 | 100110 | 11001000 | 1010 | 111010 |
Color Harmonies of #89979E
Complementary color
Monochromatic Colors of #89979E
Black with #89979E
Text Example
Text Example
White with #89979E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89979E; }
p { color: rgb(137,151,158); }
H1.HeaderClassName
{
color: #89979E;
}
.AnyTagClassName
{
color: #89979E;
}
</style>
background-color css
<style>
a { background-color: #89979E; }
a { background-color: rgb(137,151,158); }
div.DivClassName
{
background-color: #89979E;
}
.BgClassName
{
background-color: #89979E;
}
</style>
border-color css
<style>
span { border-color: #89979E; }
span { border-color: rgb(137,151,158); }
td.TdClassName
{
border-color: #89979E;
}
.TagClassName
{
border-color: #89979E;
}
</style>