Shades of Bali Hai #8796AB
Tints of Bali Hai #8796AB
RGB
CMYK
RGB Variations
Color information
#8796AB (or 0x8796AB) is known color: Bali Hai. HEX triplet: 87, 96 and AB. RGB value is (135,150,171). Sum of RGB (Red+Green+Blue) = 135+150+171=456 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.61% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 171 - color contains mainly: blue. Hex color #8796AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8796AB is #786954. Grayscale: #939393. Windows color (decimal): -7891285 or 11245191. OLE color: 11245191.
HSL color Cylindrical-coordinate representation of color #8796AB: hue angle of 215º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8796AB is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 150 | 171 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.33 |
| HSL | 215º | 0.18% | 0.6% | - |
| HSV(B) | 215º | 0.21% | 0.67% | - |
| XYZ | 28.25 | 29.9 | 42.81 | - |
| YUV | 147.91 | 141.03 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 150 | 171 | 0.21 | 0.12 | 0 | 0.33 | 215 | 0.18 | 0.6 |
| Hex | 87 | 96 | AB | 15 | C | 0 | 21 | D7 | 12 | 3C |
| Octal | 207 | 226 | 253 | 25 | 14 | 0 | 41 | 327 | 22 | 74 |
| Binary | 10000111 | 10010110 | 10101011 | 10101 | 1100 | 0 | 100001 | 11010111 | 10010 | 111100 |
Color Harmonies of #8796AB
Complementary color
Monochromatic Colors of #8796AB
Black with #8796AB
Text Example
Text Example
White with #8796AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8796AB; }
p { color: rgb(135,150,171); }
H1.HeaderClassName
{
color: #8796AB;
}
.AnyTagClassName
{
color: #8796AB;
}
</style>
background-color css
<style>
a { background-color: #8796AB; }
a { background-color: rgb(135,150,171); }
div.DivClassName
{
background-color: #8796AB;
}
.BgClassName
{
background-color: #8796AB;
}
</style>
border-color css
<style>
span { border-color: #8796AB; }
span { border-color: rgb(135,150,171); }
td.TdClassName
{
border-color: #8796AB;
}
.TagClassName
{
border-color: #8796AB;
}
</style>