Shades of Bali Hai #89939C
Tints of Bali Hai #89939C
RGB
CMYK
RGB Variations
Color information
#89939C (or 0x89939C) is known color: Bali Hai. HEX triplet: 89, 93 and 9C. RGB value is (137,147,156). Sum of RGB (Red+Green+Blue) = 137+147+156=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 156 - color contains mainly: blue. Hex color #89939C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89939C is #766C63. Grayscale: #909090. Windows color (decimal): -7760996 or 10261385. OLE color: 10261385.
HSL color Cylindrical-coordinate representation of color #89939C: hue angle of 208.42º degrees, saturation: 0.09, 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 #89939C is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 147 | 156 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.39 |
| HSL | 208.42º | 0.09% | 0.57% | - |
| HSV(B) | 208.42º | 0.12% | 0.61% | - |
| XYZ | 26.75 | 28.59 | 35.56 | - |
| YUV | 145.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 147 | 156 | 0.12 | 0.06 | 0 | 0.39 | 208.42 | 0.09 | 0.57 |
| Hex | 89 | 93 | 9C | C | 6 | 0 | 27 | D0 | 9 | 39 |
| Octal | 211 | 223 | 234 | 14 | 6 | 0 | 47 | 320 | 11 | 71 |
| Binary | 10001001 | 10010011 | 10011100 | 1100 | 110 | 0 | 100111 | 11010000 | 1001 | 111001 |
Color Harmonies of #89939C
Complementary color
Monochromatic Colors of #89939C
Black with #89939C
Text Example
Text Example
White with #89939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89939C; }
p { color: rgb(137,147,156); }
H1.HeaderClassName
{
color: #89939C;
}
.AnyTagClassName
{
color: #89939C;
}
</style>
background-color css
<style>
a { background-color: #89939C; }
a { background-color: rgb(137,147,156); }
div.DivClassName
{
background-color: #89939C;
}
.BgClassName
{
background-color: #89939C;
}
</style>
border-color css
<style>
span { border-color: #89939C; }
span { border-color: rgb(137,147,156); }
td.TdClassName
{
border-color: #89939C;
}
.TagClassName
{
border-color: #89939C;
}
</style>