Shades of Bali Hai #8299A0
Tints of Bali Hai #8299A0
RGB
CMYK
RGB Variations
Color information
#8299A0 (or 0x8299A0) is known color: Bali Hai. HEX triplet: 82, 99 and A0. RGB value is (130,153,160). Sum of RGB (Red+Green+Blue) = 130+153+160=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 160 - color contains mainly: blue. Hex color #8299A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8299A0 is #7D665F. Grayscale: #929292. Windows color (decimal): -8218208 or 10525058. OLE color: 10525058.
HSL color Cylindrical-coordinate representation of color #8299A0: hue angle of 194º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8299A0 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 130 | 153 | 160 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.37 |
| HSL | 194º | 0.14% | 0.57% | - |
| HSV(B) | 194º | 0.19% | 0.63% | - |
| XYZ | 26.94 | 30.07 | 37.64 | - |
| YUV | 146.92 | 135.38 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 153 | 160 | 0.19 | 0.04 | 0 | 0.37 | 194 | 0.14 | 0.57 |
| Hex | 82 | 99 | A0 | 13 | 4 | 0 | 25 | C2 | E | 39 |
| Octal | 202 | 231 | 240 | 23 | 4 | 0 | 45 | 302 | 16 | 71 |
| Binary | 10000010 | 10011001 | 10100000 | 10011 | 100 | 0 | 100101 | 11000010 | 1110 | 111001 |
Color Harmonies of #8299A0
Complementary color
Monochromatic Colors of #8299A0
Black with #8299A0
Text Example
Text Example
White with #8299A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8299A0; }
p { color: rgb(130,153,160); }
H1.HeaderClassName
{
color: #8299A0;
}
.AnyTagClassName
{
color: #8299A0;
}
</style>
background-color css
<style>
a { background-color: #8299A0; }
a { background-color: rgb(130,153,160); }
div.DivClassName
{
background-color: #8299A0;
}
.BgClassName
{
background-color: #8299A0;
}
</style>
border-color css
<style>
span { border-color: #8299A0; }
span { border-color: rgb(130,153,160); }
td.TdClassName
{
border-color: #8299A0;
}
.TagClassName
{
border-color: #8299A0;
}
</style>