Shades of Bali Hai #8696AB
Tints of Bali Hai #8696AB
RGB
CMYK
RGB Variations
Color information
#8696AB (or 0x8696AB) is known color: Bali Hai. HEX triplet: 86, 96 and AB. RGB value is (134,150,171). Sum of RGB (Red+Green+Blue) = 134+150+171=455 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.45% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 171 - color contains mainly: blue. Hex color #8696AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8696AB is #796954. Grayscale: #939393. Windows color (decimal): -7956821 or 11245190. OLE color: 11245190.
HSL color Cylindrical-coordinate representation of color #8696AB: hue angle of 214.05º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8696AB is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 150 | 171 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.33 |
| HSL | 214.05º | 0.18% | 0.6% | - |
| HSV(B) | 214.05º | 0.22% | 0.67% | - |
| XYZ | 28.09 | 29.82 | 42.8 | - |
| YUV | 147.61 | 141.2 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 150 | 171 | 0.22 | 0.12 | 0 | 0.33 | 214.05 | 0.18 | 0.6 |
| Hex | 86 | 96 | AB | 16 | C | 0 | 21 | D6 | 12 | 3C |
| Octal | 206 | 226 | 253 | 26 | 14 | 0 | 41 | 326 | 22 | 74 |
| Binary | 10000110 | 10010110 | 10101011 | 10110 | 1100 | 0 | 100001 | 11010110 | 10010 | 111100 |
Color Harmonies of #8696AB
Complementary color
Monochromatic Colors of #8696AB
Black with #8696AB
Text Example
Text Example
White with #8696AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8696AB; }
p { color: rgb(134,150,171); }
H1.HeaderClassName
{
color: #8696AB;
}
.AnyTagClassName
{
color: #8696AB;
}
</style>
background-color css
<style>
a { background-color: #8696AB; }
a { background-color: rgb(134,150,171); }
div.DivClassName
{
background-color: #8696AB;
}
.BgClassName
{
background-color: #8696AB;
}
</style>
border-color css
<style>
span { border-color: #8696AB; }
span { border-color: rgb(134,150,171); }
td.TdClassName
{
border-color: #8696AB;
}
.TagClassName
{
border-color: #8696AB;
}
</style>