Shades of Bali Hai #8796A0
Tints of Bali Hai #8796A0
RGB
CMYK
RGB Variations
Color information
#8796A0 (or 0x8796A0) is known color: Bali Hai. HEX triplet: 87, 96 and A0. RGB value is (135,150,160). Sum of RGB (Red+Green+Blue) = 135+150+160=445 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.34% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 160 - color contains mainly: blue. Hex color #8796A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8796A0 is #78695F. Grayscale: #929292. Windows color (decimal): -7891296 or 10524295. OLE color: 10524295.
HSL color Cylindrical-coordinate representation of color #8796A0: hue angle of 204º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8796A0 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 135 | 150 | 160 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.37 |
| HSL | 204º | 0.12% | 0.58% | - |
| HSV(B) | 204º | 0.16% | 0.63% | - |
| XYZ | 27.24 | 29.5 | 37.52 | - |
| YUV | 146.66 | 135.53 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 150 | 160 | 0.16 | 0.06 | 0 | 0.37 | 204 | 0.12 | 0.58 |
| Hex | 87 | 96 | A0 | 10 | 6 | 0 | 25 | CC | C | 3A |
| Octal | 207 | 226 | 240 | 20 | 6 | 0 | 45 | 314 | 14 | 72 |
| Binary | 10000111 | 10010110 | 10100000 | 10000 | 110 | 0 | 100101 | 11001100 | 1100 | 111010 |
Color Harmonies of #8796A0
Complementary color
Monochromatic Colors of #8796A0
Black with #8796A0
Text Example
Text Example
White with #8796A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8796A0; }
p { color: rgb(135,150,160); }
H1.HeaderClassName
{
color: #8796A0;
}
.AnyTagClassName
{
color: #8796A0;
}
</style>
background-color css
<style>
a { background-color: #8796A0; }
a { background-color: rgb(135,150,160); }
div.DivClassName
{
background-color: #8796A0;
}
.BgClassName
{
background-color: #8796A0;
}
</style>
border-color css
<style>
span { border-color: #8796A0; }
span { border-color: rgb(135,150,160); }
td.TdClassName
{
border-color: #8796A0;
}
.TagClassName
{
border-color: #8796A0;
}
</style>