Shades of Bali Hai #829EAD
Tints of Bali Hai #829EAD
RGB
CMYK
RGB Variations
Color information
#829EAD (or 0x829EAD) is known color: Bali Hai. HEX triplet: 82, 9E and AD. RGB value is (130,158,173). Sum of RGB (Red+Green+Blue) = 130+158+173=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 173 - color contains mainly: blue. Hex color #829EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829EAD is #7D6152. Grayscale: #979797. Windows color (decimal): -8216915 or 11378306. OLE color: 11378306.
HSL color Cylindrical-coordinate representation of color #829EAD: hue angle of 200.93º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #829EAD is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 158 | 173 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.32 |
| HSL | 200.93º | 0.21% | 0.59% | - |
| HSV(B) | 200.93º | 0.25% | 0.68% | - |
| XYZ | 28.98 | 32.22 | 44.23 | - |
| YUV | 151.34 | 140.22 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 158 | 173 | 0.25 | 0.09 | 0 | 0.32 | 200.93 | 0.21 | 0.59 |
| Hex | 82 | 9E | AD | 19 | 9 | 0 | 20 | C9 | 15 | 3B |
| Octal | 202 | 236 | 255 | 31 | 11 | 0 | 40 | 311 | 25 | 73 |
| Binary | 10000010 | 10011110 | 10101101 | 11001 | 1001 | 0 | 100000 | 11001001 | 10101 | 111011 |
Color Harmonies of #829EAD
Complementary color
Monochromatic Colors of #829EAD
Black with #829EAD
Text Example
Text Example
White with #829EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829EAD; }
p { color: rgb(130,158,173); }
H1.HeaderClassName
{
color: #829EAD;
}
.AnyTagClassName
{
color: #829EAD;
}
</style>
background-color css
<style>
a { background-color: #829EAD; }
a { background-color: rgb(130,158,173); }
div.DivClassName
{
background-color: #829EAD;
}
.BgClassName
{
background-color: #829EAD;
}
</style>
border-color css
<style>
span { border-color: #829EAD; }
span { border-color: rgb(130,158,173); }
td.TdClassName
{
border-color: #829EAD;
}
.TagClassName
{
border-color: #829EAD;
}
</style>