Shades of Bali Hai #829EAA
Tints of Bali Hai #829EAA
RGB
CMYK
RGB Variations
Color information
#829EAA (or 0x829EAA) is known color: Bali Hai. HEX triplet: 82, 9E and AA. RGB value is (130,158,170). Sum of RGB (Red+Green+Blue) = 130+158+170=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #829EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829EAA is #7D6155. Grayscale: #969696. Windows color (decimal): -8216918 or 11181698. OLE color: 11181698.
HSL color Cylindrical-coordinate representation of color #829EAA: hue angle of 198º 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 #829EAA is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 158 | 170 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.33 |
| HSL | 198º | 0.19% | 0.59% | - |
| HSV(B) | 198º | 0.24% | 0.67% | - |
| XYZ | 28.69 | 32.1 | 42.71 | - |
| YUV | 151 | 138.72 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 158 | 170 | 0.24 | 0.07 | 0 | 0.33 | 198 | 0.19 | 0.59 |
| Hex | 82 | 9E | AA | 18 | 7 | 0 | 21 | C6 | 13 | 3B |
| Octal | 202 | 236 | 252 | 30 | 7 | 0 | 41 | 306 | 23 | 73 |
| Binary | 10000010 | 10011110 | 10101010 | 11000 | 111 | 0 | 100001 | 11000110 | 10011 | 111011 |
Color Harmonies of #829EAA
Complementary color
Monochromatic Colors of #829EAA
Black with #829EAA
Text Example
Text Example
White with #829EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829EAA; }
p { color: rgb(130,158,170); }
H1.HeaderClassName
{
color: #829EAA;
}
.AnyTagClassName
{
color: #829EAA;
}
</style>
background-color css
<style>
a { background-color: #829EAA; }
a { background-color: rgb(130,158,170); }
div.DivClassName
{
background-color: #829EAA;
}
.BgClassName
{
background-color: #829EAA;
}
</style>
border-color css
<style>
span { border-color: #829EAA; }
span { border-color: rgb(130,158,170); }
td.TdClassName
{
border-color: #829EAA;
}
.TagClassName
{
border-color: #829EAA;
}
</style>