Shades of Bali Hai #829EAF
Tints of Bali Hai #829EAF
RGB
CMYK
RGB Variations
Color information
#829EAF (or 0x829EAF) is known color: Bali Hai. HEX triplet: 82, 9E and AF. RGB value is (130,158,175). Sum of RGB (Red+Green+Blue) = 130+158+175=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 175 - color contains mainly: blue. Hex color #829EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829EAF is #7D6150. Grayscale: #979797. Windows color (decimal): -8216913 or 11509378. OLE color: 11509378.
HSL color Cylindrical-coordinate representation of color #829EAF: hue angle of 202.67º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #829EAF is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 158 | 175 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.31 |
| HSL | 202.67º | 0.22% | 0.6% | - |
| HSV(B) | 202.67º | 0.26% | 0.69% | - |
| XYZ | 29.17 | 32.29 | 45.25 | - |
| YUV | 151.57 | 141.22 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 158 | 175 | 0.26 | 0.10 | 0 | 0.31 | 202.67 | 0.22 | 0.6 |
| Hex | 82 | 9E | AF | 1A | A | 0 | 1F | CB | 16 | 3C |
| Octal | 202 | 236 | 257 | 32 | 12 | 0 | 37 | 313 | 26 | 74 |
| Binary | 10000010 | 10011110 | 10101111 | 11010 | 1010 | 0 | 11111 | 11001011 | 10110 | 111100 |
Color Harmonies of #829EAF
Complementary color
Monochromatic Colors of #829EAF
Black with #829EAF
Text Example
Text Example
White with #829EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829EAF; }
p { color: rgb(130,158,175); }
H1.HeaderClassName
{
color: #829EAF;
}
.AnyTagClassName
{
color: #829EAF;
}
</style>
background-color css
<style>
a { background-color: #829EAF; }
a { background-color: rgb(130,158,175); }
div.DivClassName
{
background-color: #829EAF;
}
.BgClassName
{
background-color: #829EAF;
}
</style>
border-color css
<style>
span { border-color: #829EAF; }
span { border-color: rgb(130,158,175); }
td.TdClassName
{
border-color: #829EAF;
}
.TagClassName
{
border-color: #829EAF;
}
</style>