Shades of Bali Hai #89969F
Tints of Bali Hai #89969F
RGB
CMYK
RGB Variations
Color information
#89969F (or 0x89969F) is known color: Bali Hai. HEX triplet: 89, 96 and 9F. RGB value is (137,150,159). Sum of RGB (Red+Green+Blue) = 137+150+159=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 159 - color contains mainly: blue. Hex color #89969F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89969F is #766960. Grayscale: #939393. Windows color (decimal): -7760225 or 10458761. OLE color: 10458761.
HSL color Cylindrical-coordinate representation of color #89969F: hue angle of 204.55º 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 #89969F is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 150 | 159 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.38 |
| HSL | 204.55º | 0.1% | 0.58% | - |
| HSV(B) | 204.55º | 0.14% | 0.62% | - |
| XYZ | 27.48 | 29.63 | 37.07 | - |
| YUV | 147.14 | 134.69 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 150 | 159 | 0.14 | 0.06 | 0 | 0.38 | 204.55 | 0.1 | 0.58 |
| Hex | 89 | 96 | 9F | E | 6 | 0 | 26 | CD | A | 3A |
| Octal | 211 | 226 | 237 | 16 | 6 | 0 | 46 | 315 | 12 | 72 |
| Binary | 10001001 | 10010110 | 10011111 | 1110 | 110 | 0 | 100110 | 11001101 | 1010 | 111010 |
Color Harmonies of #89969F
Complementary color
Monochromatic Colors of #89969F
Black with #89969F
Text Example
Text Example
White with #89969F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89969F; }
p { color: rgb(137,150,159); }
H1.HeaderClassName
{
color: #89969F;
}
.AnyTagClassName
{
color: #89969F;
}
</style>
background-color css
<style>
a { background-color: #89969F; }
a { background-color: rgb(137,150,159); }
div.DivClassName
{
background-color: #89969F;
}
.BgClassName
{
background-color: #89969F;
}
</style>
border-color css
<style>
span { border-color: #89969F; }
span { border-color: rgb(137,150,159); }
td.TdClassName
{
border-color: #89969F;
}
.TagClassName
{
border-color: #89969F;
}
</style>