Shades of Bali Hai #8797A0
Tints of Bali Hai #8797A0
RGB
CMYK
RGB Variations
Color information
#8797A0 (or 0x8797A0) is known color: Bali Hai. HEX triplet: 87, 97 and A0. RGB value is (135,151,160). Sum of RGB (Red+Green+Blue) = 135+151+160=446 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.27% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 160 - color contains mainly: blue. Hex color #8797A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8797A0 is #78685F. Grayscale: #939393. Windows color (decimal): -7891040 or 10524551. OLE color: 10524551.
HSL color Cylindrical-coordinate representation of color #8797A0: hue angle of 201.6º 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 #8797A0 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 135 | 151 | 160 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.37 |
| HSL | 201.6º | 0.12% | 0.58% | - |
| HSV(B) | 201.6º | 0.16% | 0.63% | - |
| XYZ | 27.4 | 29.82 | 37.57 | - |
| YUV | 147.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 151 | 160 | 0.16 | 0.06 | 0 | 0.37 | 201.6 | 0.12 | 0.58 |
| Hex | 87 | 97 | A0 | 10 | 6 | 0 | 25 | CA | C | 3A |
| Octal | 207 | 227 | 240 | 20 | 6 | 0 | 45 | 312 | 14 | 72 |
| Binary | 10000111 | 10010111 | 10100000 | 10000 | 110 | 0 | 100101 | 11001010 | 1100 | 111010 |
Color Harmonies of #8797A0
Complementary color
Monochromatic Colors of #8797A0
Black with #8797A0
Text Example
Text Example
White with #8797A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8797A0; }
p { color: rgb(135,151,160); }
H1.HeaderClassName
{
color: #8797A0;
}
.AnyTagClassName
{
color: #8797A0;
}
</style>
background-color css
<style>
a { background-color: #8797A0; }
a { background-color: rgb(135,151,160); }
div.DivClassName
{
background-color: #8797A0;
}
.BgClassName
{
background-color: #8797A0;
}
</style>
border-color css
<style>
span { border-color: #8797A0; }
span { border-color: rgb(135,151,160); }
td.TdClassName
{
border-color: #8797A0;
}
.TagClassName
{
border-color: #8797A0;
}
</style>