Shades of Bali Hai #8296AA
Tints of Bali Hai #8296AA
RGB
CMYK
RGB Variations
Color information
#8296AA (or 0x8296AA) is known color: Bali Hai. HEX triplet: 82, 96 and AA. RGB value is (130,150,170). Sum of RGB (Red+Green+Blue) = 130+150+170=450 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.89% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #8296AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8296AA is #7D6955. Grayscale: #929292. Windows color (decimal): -8218966 or 11179650. OLE color: 11179650.
HSL color Cylindrical-coordinate representation of color #8296AA: hue angle of 210º degrees, saturation: 0.19, 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 #8296AA is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 150 | 170 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.33 |
| HSL | 210º | 0.19% | 0.59% | - |
| HSV(B) | 210º | 0.24% | 0.67% | - |
| XYZ | 27.37 | 29.46 | 42.27 | - |
| YUV | 146.3 | 141.37 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 150 | 170 | 0.24 | 0.12 | 0 | 0.33 | 210 | 0.19 | 0.59 |
| Hex | 82 | 96 | AA | 18 | C | 0 | 21 | D2 | 13 | 3B |
| Octal | 202 | 226 | 252 | 30 | 14 | 0 | 41 | 322 | 23 | 73 |
| Binary | 10000010 | 10010110 | 10101010 | 11000 | 1100 | 0 | 100001 | 11010010 | 10011 | 111011 |
Color Harmonies of #8296AA
Complementary color
Monochromatic Colors of #8296AA
Black with #8296AA
Text Example
Text Example
White with #8296AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8296AA; }
p { color: rgb(130,150,170); }
H1.HeaderClassName
{
color: #8296AA;
}
.AnyTagClassName
{
color: #8296AA;
}
</style>
background-color css
<style>
a { background-color: #8296AA; }
a { background-color: rgb(130,150,170); }
div.DivClassName
{
background-color: #8296AA;
}
.BgClassName
{
background-color: #8296AA;
}
</style>
border-color css
<style>
span { border-color: #8296AA; }
span { border-color: rgb(130,150,170); }
td.TdClassName
{
border-color: #8296AA;
}
.TagClassName
{
border-color: #8296AA;
}
</style>