Shades of Bali Hai #89999F
Tints of Bali Hai #89999F
RGB
CMYK
RGB Variations
Color information
#89999F (or 0x89999F) is known color: Bali Hai. HEX triplet: 89, 99 and 9F. RGB value is (137,153,159). Sum of RGB (Red+Green+Blue) = 137+153+159=449 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.51% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 159 - color contains mainly: blue. Hex color #89999F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89999F is #766660. Grayscale: #949494. Windows color (decimal): -7759457 or 10459529. OLE color: 10459529.
HSL color Cylindrical-coordinate representation of color #89999F: hue angle of 196.36º 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 #89999F is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 153 | 159 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.38 |
| HSL | 196.36º | 0.1% | 0.58% | - |
| HSV(B) | 196.36º | 0.14% | 0.62% | - |
| XYZ | 27.97 | 30.6 | 37.23 | - |
| YUV | 148.9 | 133.7 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 153 | 159 | 0.14 | 0.04 | 0 | 0.38 | 196.36 | 0.1 | 0.58 |
| Hex | 89 | 99 | 9F | E | 4 | 0 | 26 | C4 | A | 3A |
| Octal | 211 | 231 | 237 | 16 | 4 | 0 | 46 | 304 | 12 | 72 |
| Binary | 10001001 | 10011001 | 10011111 | 1110 | 100 | 0 | 100110 | 11000100 | 1010 | 111010 |
Color Harmonies of #89999F
Complementary color
Monochromatic Colors of #89999F
Black with #89999F
Text Example
Text Example
White with #89999F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89999F; }
p { color: rgb(137,153,159); }
H1.HeaderClassName
{
color: #89999F;
}
.AnyTagClassName
{
color: #89999F;
}
</style>
background-color css
<style>
a { background-color: #89999F; }
a { background-color: rgb(137,153,159); }
div.DivClassName
{
background-color: #89999F;
}
.BgClassName
{
background-color: #89999F;
}
</style>
border-color css
<style>
span { border-color: #89999F; }
span { border-color: rgb(137,153,159); }
td.TdClassName
{
border-color: #89999F;
}
.TagClassName
{
border-color: #89999F;
}
</style>