Shades of Bali Hai #829AAA
Tints of Bali Hai #829AAA
RGB
CMYK
RGB Variations
Color information
#829AAA (or 0x829AAA) is known color: Bali Hai. HEX triplet: 82, 9A and AA. RGB value is (130,154,170). Sum of RGB (Red+Green+Blue) = 130+154+170=454 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.63% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 170 - color contains mainly: blue. Hex color #829AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829AAA is #7D6555. Grayscale: #949494. Windows color (decimal): -8217942 or 11180674. OLE color: 11180674.
HSL color Cylindrical-coordinate representation of color #829AAA: hue angle of 204º 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 #829AAA is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 154 | 170 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.33 |
| HSL | 204º | 0.19% | 0.59% | - |
| HSV(B) | 204º | 0.24% | 0.67% | - |
| XYZ | 28.02 | 30.76 | 42.49 | - |
| YUV | 148.65 | 140.05 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 154 | 170 | 0.24 | 0.09 | 0 | 0.33 | 204 | 0.19 | 0.59 |
| Hex | 82 | 9A | AA | 18 | 9 | 0 | 21 | CC | 13 | 3B |
| Octal | 202 | 232 | 252 | 30 | 11 | 0 | 41 | 314 | 23 | 73 |
| Binary | 10000010 | 10011010 | 10101010 | 11000 | 1001 | 0 | 100001 | 11001100 | 10011 | 111011 |
Color Harmonies of #829AAA
Complementary color
Monochromatic Colors of #829AAA
Black with #829AAA
Text Example
Text Example
White with #829AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829AAA; }
p { color: rgb(130,154,170); }
H1.HeaderClassName
{
color: #829AAA;
}
.AnyTagClassName
{
color: #829AAA;
}
</style>
background-color css
<style>
a { background-color: #829AAA; }
a { background-color: rgb(130,154,170); }
div.DivClassName
{
background-color: #829AAA;
}
.BgClassName
{
background-color: #829AAA;
}
</style>
border-color css
<style>
span { border-color: #829AAA; }
span { border-color: rgb(130,154,170); }
td.TdClassName
{
border-color: #829AAA;
}
.TagClassName
{
border-color: #829AAA;
}
</style>