Shades of Bali Hai #89969B
Tints of Bali Hai #89969B
RGB
CMYK
RGB Variations
Color information
#89969B (or 0x89969B) is known color: Bali Hai. HEX triplet: 89, 96 and 9B. RGB value is (137,150,155). Sum of RGB (Red+Green+Blue) = 137+150+155=442 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.00% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 155 - color contains mainly: blue. Hex color #89969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89969B is #766964. Grayscale: #929292. Windows color (decimal): -7760229 or 10196617. OLE color: 10196617.
HSL color Cylindrical-coordinate representation of color #89969B: hue angle of 196.67º degrees, saturation: 0.08, 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 #89969B is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 150 | 155 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.39 |
| HSL | 196.67º | 0.08% | 0.57% | - |
| HSV(B) | 196.67º | 0.12% | 0.61% | - |
| XYZ | 27.14 | 29.5 | 35.27 | - |
| YUV | 146.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 150 | 155 | 0.12 | 0.03 | 0 | 0.39 | 196.67 | 0.08 | 0.57 |
| Hex | 89 | 96 | 9B | C | 3 | 0 | 27 | C5 | 8 | 39 |
| Octal | 211 | 226 | 233 | 14 | 3 | 0 | 47 | 305 | 10 | 71 |
| Binary | 10001001 | 10010110 | 10011011 | 1100 | 11 | 0 | 100111 | 11000101 | 1000 | 111001 |
Color Harmonies of #89969B
Complementary color
Monochromatic Colors of #89969B
Black with #89969B
Text Example
Text Example
White with #89969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89969B; }
p { color: rgb(137,150,155); }
H1.HeaderClassName
{
color: #89969B;
}
.AnyTagClassName
{
color: #89969B;
}
</style>
background-color css
<style>
a { background-color: #89969B; }
a { background-color: rgb(137,150,155); }
div.DivClassName
{
background-color: #89969B;
}
.BgClassName
{
background-color: #89969B;
}
</style>
border-color css
<style>
span { border-color: #89969B; }
span { border-color: rgb(137,150,155); }
td.TdClassName
{
border-color: #89969B;
}
.TagClassName
{
border-color: #89969B;
}
</style>