Shades of Bali Hai #829CB1
Tints of Bali Hai #829CB1
RGB
CMYK
RGB Variations
Color information
#829CB1 (or 0x829CB1) is known color: Bali Hai. HEX triplet: 82, 9C and B1. RGB value is (130,156,177). Sum of RGB (Red+Green+Blue) = 130+156+177=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 177 (69.53% from 255 or 38.23% from 463); Max value from RGB is 177 - color contains mainly: blue. Hex color #829CB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829CB1 is #7D634E. Grayscale: #969696. Windows color (decimal): -8217423 or 11639938. OLE color: 11639938.
HSL color Cylindrical-coordinate representation of color #829CB1: hue angle of 206.81º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #829CB1 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 156 | 177 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.31 |
| HSL | 206.81º | 0.23% | 0.6% | - |
| HSV(B) | 206.81º | 0.27% | 0.69% | - |
| XYZ | 29.03 | 31.7 | 46.18 | - |
| YUV | 150.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 177 | 0.27 | 0.12 | 0 | 0.31 | 206.81 | 0.23 | 0.6 |
| Hex | 82 | 9C | B1 | 1B | C | 0 | 1F | CF | 17 | 3C |
| Octal | 202 | 234 | 261 | 33 | 14 | 0 | 37 | 317 | 27 | 74 |
| Binary | 10000010 | 10011100 | 10110001 | 11011 | 1100 | 0 | 11111 | 11001111 | 10111 | 111100 |
Color Harmonies of #829CB1
Complementary color
Monochromatic Colors of #829CB1
Black with #829CB1
Text Example
Text Example
White with #829CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829CB1; }
p { color: rgb(130,156,177); }
H1.HeaderClassName
{
color: #829CB1;
}
.AnyTagClassName
{
color: #829CB1;
}
</style>
background-color css
<style>
a { background-color: #829CB1; }
a { background-color: rgb(130,156,177); }
div.DivClassName
{
background-color: #829CB1;
}
.BgClassName
{
background-color: #829CB1;
}
</style>
border-color css
<style>
span { border-color: #829CB1; }
span { border-color: rgb(130,156,177); }
td.TdClassName
{
border-color: #829CB1;
}
.TagClassName
{
border-color: #829CB1;
}
</style>