Shades of Bali Hai #829BAC
Tints of Bali Hai #829BAC
RGB
CMYK
RGB Variations
Color information
#829BAC (or 0x829BAC) is known color: Bali Hai. HEX triplet: 82, 9B and AC. RGB value is (130,155,172). Sum of RGB (Red+Green+Blue) = 130+155+172=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 172 - color contains mainly: blue. Hex color #829BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829BAC is #7D6453. Grayscale: #959595. Windows color (decimal): -8217684 or 11312002. OLE color: 11312002.
HSL color Cylindrical-coordinate representation of color #829BAC: hue angle of 204.29º degrees, saturation: 0.2, 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 #829BAC is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 155 | 172 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.33 |
| HSL | 204.29º | 0.2% | 0.59% | - |
| HSV(B) | 204.29º | 0.24% | 0.67% | - |
| XYZ | 28.37 | 31.17 | 43.55 | - |
| YUV | 149.46 | 140.72 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 172 | 0.24 | 0.10 | 0 | 0.33 | 204.29 | 0.2 | 0.59 |
| Hex | 82 | 9B | AC | 18 | A | 0 | 21 | CC | 14 | 3B |
| Octal | 202 | 233 | 254 | 30 | 12 | 0 | 41 | 314 | 24 | 73 |
| Binary | 10000010 | 10011011 | 10101100 | 11000 | 1010 | 0 | 100001 | 11001100 | 10100 | 111011 |
Color Harmonies of #829BAC
Complementary color
Monochromatic Colors of #829BAC
Black with #829BAC
Text Example
Text Example
White with #829BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829BAC; }
p { color: rgb(130,155,172); }
H1.HeaderClassName
{
color: #829BAC;
}
.AnyTagClassName
{
color: #829BAC;
}
</style>
background-color css
<style>
a { background-color: #829BAC; }
a { background-color: rgb(130,155,172); }
div.DivClassName
{
background-color: #829BAC;
}
.BgClassName
{
background-color: #829BAC;
}
</style>
border-color css
<style>
span { border-color: #829BAC; }
span { border-color: rgb(130,155,172); }
td.TdClassName
{
border-color: #829BAC;
}
.TagClassName
{
border-color: #829BAC;
}
</style>