Shades of Bali Hai #8296AB
Tints of Bali Hai #8296AB
RGB
CMYK
RGB Variations
Color information
#8296AB (or 0x8296AB) is known color: Bali Hai. HEX triplet: 82, 96 and AB. RGB value is (130,150,171). Sum of RGB (Red+Green+Blue) = 130+150+171=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #8296AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8296AB is #7D6954. Grayscale: #929292. Windows color (decimal): -8218965 or 11245186. OLE color: 11245186.
HSL color Cylindrical-coordinate representation of color #8296AB: hue angle of 210.73º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8296AB is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 150 | 171 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.33 |
| HSL | 210.73º | 0.2% | 0.59% | - |
| HSV(B) | 210.73º | 0.24% | 0.67% | - |
| XYZ | 27.46 | 29.5 | 42.77 | - |
| YUV | 146.41 | 141.87 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 150 | 171 | 0.24 | 0.12 | 0 | 0.33 | 210.73 | 0.2 | 0.59 |
| Hex | 82 | 96 | AB | 18 | C | 0 | 21 | D3 | 14 | 3B |
| Octal | 202 | 226 | 253 | 30 | 14 | 0 | 41 | 323 | 24 | 73 |
| Binary | 10000010 | 10010110 | 10101011 | 11000 | 1100 | 0 | 100001 | 11010011 | 10100 | 111011 |
Color Harmonies of #8296AB
Complementary color
Monochromatic Colors of #8296AB
Black with #8296AB
Text Example
Text Example
White with #8296AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8296AB; }
p { color: rgb(130,150,171); }
H1.HeaderClassName
{
color: #8296AB;
}
.AnyTagClassName
{
color: #8296AB;
}
</style>
background-color css
<style>
a { background-color: #8296AB; }
a { background-color: rgb(130,150,171); }
div.DivClassName
{
background-color: #8296AB;
}
.BgClassName
{
background-color: #8296AB;
}
</style>
border-color css
<style>
span { border-color: #8296AB; }
span { border-color: rgb(130,150,171); }
td.TdClassName
{
border-color: #8296AB;
}
.TagClassName
{
border-color: #8296AB;
}
</style>