Shades of Bali Hai #8A9599
Tints of Bali Hai #8A9599
RGB
CMYK
RGB Variations
Color information
#8A9599 (or 0x8A9599) is known color: Bali Hai. HEX triplet: 8A, 95 and 99. RGB value is (138,149,153). Sum of RGB (Red+Green+Blue) = 138+149+153=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A9599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9599 is #756A66. Grayscale: #929292. Windows color (decimal): -7694951 or 10065290. OLE color: 10065290.
HSL color Cylindrical-coordinate representation of color #8A9599: hue angle of 196º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8A9599 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 138 | 149 | 153 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.4 |
| HSL | 196º | 0.07% | 0.57% | - |
| HSV(B) | 196º | 0.1% | 0.6% | - |
| XYZ | 26.98 | 29.2 | 34.35 | - |
| YUV | 146.17 | 131.86 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 149 | 153 | 0.10 | 0.03 | 0 | 0.4 | 196 | 0.07 | 0.57 |
| Hex | 8A | 95 | 99 | A | 3 | 0 | 28 | C4 | 7 | 39 |
| Octal | 212 | 225 | 231 | 12 | 3 | 0 | 50 | 304 | 7 | 71 |
| Binary | 10001010 | 10010101 | 10011001 | 1010 | 11 | 0 | 101000 | 11000100 | 111 | 111001 |
Color Harmonies of #8A9599
Complementary color
Monochromatic Colors of #8A9599
Black with #8A9599
Text Example
Text Example
White with #8A9599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9599; }
p { color: rgb(138,149,153); }
H1.HeaderClassName
{
color: #8A9599;
}
.AnyTagClassName
{
color: #8A9599;
}
</style>
background-color css
<style>
a { background-color: #8A9599; }
a { background-color: rgb(138,149,153); }
div.DivClassName
{
background-color: #8A9599;
}
.BgClassName
{
background-color: #8A9599;
}
</style>
border-color css
<style>
span { border-color: #8A9599; }
span { border-color: rgb(138,149,153); }
td.TdClassName
{
border-color: #8A9599;
}
.TagClassName
{
border-color: #8A9599;
}
</style>