Shades of Bali Hai #829BAD
Tints of Bali Hai #829BAD
RGB
CMYK
RGB Variations
Color information
#829BAD (or 0x829BAD) is known color: Bali Hai. HEX triplet: 82, 9B and AD. RGB value is (130,155,173). Sum of RGB (Red+Green+Blue) = 130+155+173=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 173 - color contains mainly: blue. Hex color #829BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829BAD is #7D6452. Grayscale: #959595. Windows color (decimal): -8217683 or 11377538. OLE color: 11377538.
HSL color Cylindrical-coordinate representation of color #829BAD: hue angle of 205.12º 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 #829BAD is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 155 | 173 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.32 |
| HSL | 205.12º | 0.21% | 0.59% | - |
| HSV(B) | 205.12º | 0.25% | 0.68% | - |
| XYZ | 28.47 | 31.21 | 44.06 | - |
| YUV | 149.58 | 141.22 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 173 | 0.25 | 0.10 | 0 | 0.32 | 205.12 | 0.21 | 0.59 |
| Hex | 82 | 9B | AD | 19 | A | 0 | 20 | CD | 15 | 3B |
| Octal | 202 | 233 | 255 | 31 | 12 | 0 | 40 | 315 | 25 | 73 |
| Binary | 10000010 | 10011011 | 10101101 | 11001 | 1010 | 0 | 100000 | 11001101 | 10101 | 111011 |
Color Harmonies of #829BAD
Complementary color
Monochromatic Colors of #829BAD
Black with #829BAD
Text Example
Text Example
White with #829BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829BAD; }
p { color: rgb(130,155,173); }
H1.HeaderClassName
{
color: #829BAD;
}
.AnyTagClassName
{
color: #829BAD;
}
</style>
background-color css
<style>
a { background-color: #829BAD; }
a { background-color: rgb(130,155,173); }
div.DivClassName
{
background-color: #829BAD;
}
.BgClassName
{
background-color: #829BAD;
}
</style>
border-color css
<style>
span { border-color: #829BAD; }
span { border-color: rgb(130,155,173); }
td.TdClassName
{
border-color: #829BAD;
}
.TagClassName
{
border-color: #829BAD;
}
</style>