Shades of Bali Hai #829EA7
Tints of Bali Hai #829EA7
RGB
CMYK
RGB Variations
Color information
#829EA7 (or 0x829EA7) is known color: Bali Hai. HEX triplet: 82, 9E and A7. RGB value is (130,158,167). Sum of RGB (Red+Green+Blue) = 130+158+167=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 158 (62.11% from 255 or 34.73% from 455); Blue value is 167 (65.62% from 255 or 36.70% from 455); Max value from RGB is 167 - color contains mainly: blue. Hex color #829EA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829EA7 is #7D6158. Grayscale: #969696. Windows color (decimal): -8216921 or 10985090. OLE color: 10985090.
HSL color Cylindrical-coordinate representation of color #829EA7: hue angle of 194.59º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #829EA7 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 130 | 158 | 167 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.35 |
| HSL | 194.59º | 0.17% | 0.58% | - |
| HSV(B) | 194.59º | 0.22% | 0.65% | - |
| XYZ | 28.41 | 31.99 | 41.24 | - |
| YUV | 150.65 | 137.22 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 158 | 167 | 0.22 | 0.05 | 0 | 0.35 | 194.59 | 0.17 | 0.58 |
| Hex | 82 | 9E | A7 | 16 | 5 | 0 | 23 | C3 | 11 | 3A |
| Octal | 202 | 236 | 247 | 26 | 5 | 0 | 43 | 303 | 21 | 72 |
| Binary | 10000010 | 10011110 | 10100111 | 10110 | 101 | 0 | 100011 | 11000011 | 10001 | 111010 |
Color Harmonies of #829EA7
Complementary color
Monochromatic Colors of #829EA7
Black with #829EA7
Text Example
Text Example
White with #829EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829EA7; }
p { color: rgb(130,158,167); }
H1.HeaderClassName
{
color: #829EA7;
}
.AnyTagClassName
{
color: #829EA7;
}
</style>
background-color css
<style>
a { background-color: #829EA7; }
a { background-color: rgb(130,158,167); }
div.DivClassName
{
background-color: #829EA7;
}
.BgClassName
{
background-color: #829EA7;
}
</style>
border-color css
<style>
span { border-color: #829EA7; }
span { border-color: rgb(130,158,167); }
td.TdClassName
{
border-color: #829EA7;
}
.TagClassName
{
border-color: #829EA7;
}
</style>