Shades of Bali Hai #829CAF
Tints of Bali Hai #829CAF
RGB
CMYK
RGB Variations
Color information
#829CAF (or 0x829CAF) is known color: Bali Hai. HEX triplet: 82, 9C and AF. RGB value is (130,156,175). Sum of RGB (Red+Green+Blue) = 130+156+175=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 175 - color contains mainly: blue. Hex color #829CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829CAF is #7D6350. Grayscale: #969696. Windows color (decimal): -8217425 or 11508866. OLE color: 11508866.
HSL color Cylindrical-coordinate representation of color #829CAF: hue angle of 205.33º 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 #829CAF is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 156 | 175 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.31 |
| HSL | 205.33º | 0.22% | 0.6% | - |
| HSV(B) | 205.33º | 0.26% | 0.69% | - |
| XYZ | 28.83 | 31.62 | 45.14 | - |
| YUV | 150.39 | 141.89 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 175 | 0.26 | 0.11 | 0 | 0.31 | 205.33 | 0.22 | 0.6 |
| Hex | 82 | 9C | AF | 1A | B | 0 | 1F | CD | 16 | 3C |
| Octal | 202 | 234 | 257 | 32 | 13 | 0 | 37 | 315 | 26 | 74 |
| Binary | 10000010 | 10011100 | 10101111 | 11010 | 1011 | 0 | 11111 | 11001101 | 10110 | 111100 |
Color Harmonies of #829CAF
Complementary color
Monochromatic Colors of #829CAF
Black with #829CAF
Text Example
Text Example
White with #829CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829CAF; }
p { color: rgb(130,156,175); }
H1.HeaderClassName
{
color: #829CAF;
}
.AnyTagClassName
{
color: #829CAF;
}
</style>
background-color css
<style>
a { background-color: #829CAF; }
a { background-color: rgb(130,156,175); }
div.DivClassName
{
background-color: #829CAF;
}
.BgClassName
{
background-color: #829CAF;
}
</style>
border-color css
<style>
span { border-color: #829CAF; }
span { border-color: rgb(130,156,175); }
td.TdClassName
{
border-color: #829CAF;
}
.TagClassName
{
border-color: #829CAF;
}
</style>