Shades of Bali Hai #89959A
Tints of Bali Hai #89959A
RGB
CMYK
RGB Variations
Color information
#89959A (or 0x89959A) is known color: Bali Hai. HEX triplet: 89, 95 and 9A. RGB value is (137,149,154). Sum of RGB (Red+Green+Blue) = 137+149+154=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 154 - color contains mainly: blue. Hex color #89959A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89959A is #766A65. Grayscale: #919191. Windows color (decimal): -7760486 or 10130825. OLE color: 10130825.
HSL color Cylindrical-coordinate representation of color #89959A: hue angle of 197.65º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #89959A is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 149 | 154 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.40 |
| HSL | 197.65º | 0.08% | 0.57% | - |
| HSV(B) | 197.65º | 0.11% | 0.6% | - |
| XYZ | 26.9 | 29.15 | 34.78 | - |
| YUV | 145.98 | 132.52 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 154 | 0.11 | 0.03 | 0 | 0.40 | 197.65 | 0.08 | 0.57 |
| Hex | 89 | 95 | 9A | B | 3 | 0 | 28 | C6 | 8 | 39 |
| Octal | 211 | 225 | 232 | 13 | 3 | 0 | 50 | 306 | 10 | 71 |
| Binary | 10001001 | 10010101 | 10011010 | 1011 | 11 | 0 | 101000 | 11000110 | 1000 | 111001 |
Color Harmonies of #89959A
Complementary color
Monochromatic Colors of #89959A
Black with #89959A
Text Example
Text Example
White with #89959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89959A; }
p { color: rgb(137,149,154); }
H1.HeaderClassName
{
color: #89959A;
}
.AnyTagClassName
{
color: #89959A;
}
</style>
background-color css
<style>
a { background-color: #89959A; }
a { background-color: rgb(137,149,154); }
div.DivClassName
{
background-color: #89959A;
}
.BgClassName
{
background-color: #89959A;
}
</style>
border-color css
<style>
span { border-color: #89959A; }
span { border-color: rgb(137,149,154); }
td.TdClassName
{
border-color: #89959A;
}
.TagClassName
{
border-color: #89959A;
}
</style>