Shades of Bali Hai #8696AC
Tints of Bali Hai #8696AC
RGB
CMYK
RGB Variations
Color information
#8696AC (or 0x8696AC) is known color: Bali Hai. HEX triplet: 86, 96 and AC. RGB value is (134,150,172). Sum of RGB (Red+Green+Blue) = 134+150+172=456 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.39% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 172 - color contains mainly: blue. Hex color #8696AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8696AC is #796953. Grayscale: #939393. Windows color (decimal): -7956820 or 11310726. OLE color: 11310726.
HSL color Cylindrical-coordinate representation of color #8696AC: hue angle of 214.74º degrees, saturation: 0.19, 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 #8696AC is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 150 | 172 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.33 |
| HSL | 214.74º | 0.19% | 0.6% | - |
| HSV(B) | 214.74º | 0.22% | 0.67% | - |
| XYZ | 28.18 | 29.86 | 43.31 | - |
| YUV | 147.72 | 141.7 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 150 | 172 | 0.22 | 0.13 | 0 | 0.33 | 214.74 | 0.19 | 0.6 |
| Hex | 86 | 96 | AC | 16 | D | 0 | 21 | D7 | 13 | 3C |
| Octal | 206 | 226 | 254 | 26 | 15 | 0 | 41 | 327 | 23 | 74 |
| Binary | 10000110 | 10010110 | 10101100 | 10110 | 1101 | 0 | 100001 | 11010111 | 10011 | 111100 |
Color Harmonies of #8696AC
Complementary color
Monochromatic Colors of #8696AC
Black with #8696AC
Text Example
Text Example
White with #8696AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8696AC; }
p { color: rgb(134,150,172); }
H1.HeaderClassName
{
color: #8696AC;
}
.AnyTagClassName
{
color: #8696AC;
}
</style>
background-color css
<style>
a { background-color: #8696AC; }
a { background-color: rgb(134,150,172); }
div.DivClassName
{
background-color: #8696AC;
}
.BgClassName
{
background-color: #8696AC;
}
</style>
border-color css
<style>
span { border-color: #8696AC; }
span { border-color: rgb(134,150,172); }
td.TdClassName
{
border-color: #8696AC;
}
.TagClassName
{
border-color: #8696AC;
}
</style>