Shades of Bali Hai #8299AA
Tints of Bali Hai #8299AA
RGB
CMYK
RGB Variations
Color information
#8299AA (or 0x8299AA) is known color: Bali Hai. HEX triplet: 82, 99 and AA. RGB value is (130,153,170). Sum of RGB (Red+Green+Blue) = 130+153+170=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 170 - color contains mainly: blue. Hex color #8299AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8299AA is #7D6655. Grayscale: #939393. Windows color (decimal): -8218198 or 11180418. OLE color: 11180418.
HSL color Cylindrical-coordinate representation of color #8299AA: hue angle of 205.5º 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 #8299AA is Cyan = 0.24, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 153 | 170 | - |
| CMYK | 0.24 | 0.1 | 0 | 0.33 |
| HSL | 205.5º | 0.19% | 0.59% | - |
| HSV(B) | 205.5º | 0.24% | 0.67% | - |
| XYZ | 27.85 | 30.43 | 42.44 | - |
| YUV | 148.06 | 140.38 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 153 | 170 | 0.24 | 0.1 | 0 | 0.33 | 205.5 | 0.19 | 0.59 |
| Hex | 82 | 99 | AA | 18 | A | 0 | 21 | CE | 13 | 3B |
| Octal | 202 | 231 | 252 | 30 | 12 | 0 | 41 | 316 | 23 | 73 |
| Binary | 10000010 | 10011001 | 10101010 | 11000 | 1010 | 0 | 100001 | 11001110 | 10011 | 111011 |
Color Harmonies of #8299AA
Complementary color
Monochromatic Colors of #8299AA
Black with #8299AA
Text Example
Text Example
White with #8299AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8299AA; }
p { color: rgb(130,153,170); }
H1.HeaderClassName
{
color: #8299AA;
}
.AnyTagClassName
{
color: #8299AA;
}
</style>
background-color css
<style>
a { background-color: #8299AA; }
a { background-color: rgb(130,153,170); }
div.DivClassName
{
background-color: #8299AA;
}
.BgClassName
{
background-color: #8299AA;
}
</style>
border-color css
<style>
span { border-color: #8299AA; }
span { border-color: rgb(130,153,170); }
td.TdClassName
{
border-color: #8299AA;
}
.TagClassName
{
border-color: #8299AA;
}
</style>