Shades of Bali Hai #8495AB
Tints of Bali Hai #8495AB
RGB
CMYK
RGB Variations
Color information
#8495AB (or 0x8495AB) is known color: Bali Hai. HEX triplet: 84, 95 and AB. RGB value is (132,149,171). Sum of RGB (Red+Green+Blue) = 132+149+171=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #8495AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8495AB is #7B6A54. Grayscale: #929292. Windows color (decimal): -8088149 or 11244932. OLE color: 11244932.
HSL color Cylindrical-coordinate representation of color #8495AB: hue angle of 213.85º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8495AB is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 149 | 171 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.33 |
| HSL | 213.85º | 0.19% | 0.59% | - |
| HSV(B) | 213.85º | 0.23% | 0.67% | - |
| XYZ | 27.61 | 29.34 | 42.74 | - |
| YUV | 146.43 | 141.87 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 149 | 171 | 0.23 | 0.13 | 0 | 0.33 | 213.85 | 0.19 | 0.59 |
| Hex | 84 | 95 | AB | 17 | D | 0 | 21 | D6 | 13 | 3B |
| Octal | 204 | 225 | 253 | 27 | 15 | 0 | 41 | 326 | 23 | 73 |
| Binary | 10000100 | 10010101 | 10101011 | 10111 | 1101 | 0 | 100001 | 11010110 | 10011 | 111011 |
Color Harmonies of #8495AB
Complementary color
Monochromatic Colors of #8495AB
Black with #8495AB
Text Example
Text Example
White with #8495AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8495AB; }
p { color: rgb(132,149,171); }
H1.HeaderClassName
{
color: #8495AB;
}
.AnyTagClassName
{
color: #8495AB;
}
</style>
background-color css
<style>
a { background-color: #8495AB; }
a { background-color: rgb(132,149,171); }
div.DivClassName
{
background-color: #8495AB;
}
.BgClassName
{
background-color: #8495AB;
}
</style>
border-color css
<style>
span { border-color: #8495AB; }
span { border-color: rgb(132,149,171); }
td.TdClassName
{
border-color: #8495AB;
}
.TagClassName
{
border-color: #8495AB;
}
</style>