Shades of Bali Hai #829CB2
Tints of Bali Hai #829CB2
RGB
CMYK
RGB Variations
Color information
#829CB2 (or 0x829CB2) is known color: Bali Hai. HEX triplet: 82, 9C and B2. RGB value is (130,156,178). Sum of RGB (Red+Green+Blue) = 130+156+178=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 178 - color contains mainly: blue. Hex color #829CB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829CB2 is #7D634D. Grayscale: #969696. Windows color (decimal): -8217422 or 11705474. OLE color: 11705474.
HSL color Cylindrical-coordinate representation of color #829CB2: hue angle of 207.5º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #829CB2 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 156 | 178 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.30 |
| HSL | 207.5º | 0.24% | 0.6% | - |
| HSV(B) | 207.5º | 0.27% | 0.7% | - |
| XYZ | 29.13 | 31.74 | 46.71 | - |
| YUV | 150.73 | 143.39 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 178 | 0.27 | 0.12 | 0 | 0.30 | 207.5 | 0.24 | 0.6 |
| Hex | 82 | 9C | B2 | 1B | C | 0 | 1E | D0 | 18 | 3C |
| Octal | 202 | 234 | 262 | 33 | 14 | 0 | 36 | 320 | 30 | 74 |
| Binary | 10000010 | 10011100 | 10110010 | 11011 | 1100 | 0 | 11110 | 11010000 | 11000 | 111100 |
Color Harmonies of #829CB2
Complementary color
Monochromatic Colors of #829CB2
Black with #829CB2
Text Example
Text Example
White with #829CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829CB2; }
p { color: rgb(130,156,178); }
H1.HeaderClassName
{
color: #829CB2;
}
.AnyTagClassName
{
color: #829CB2;
}
</style>
background-color css
<style>
a { background-color: #829CB2; }
a { background-color: rgb(130,156,178); }
div.DivClassName
{
background-color: #829CB2;
}
.BgClassName
{
background-color: #829CB2;
}
</style>
border-color css
<style>
span { border-color: #829CB2; }
span { border-color: rgb(130,156,178); }
td.TdClassName
{
border-color: #829CB2;
}
.TagClassName
{
border-color: #829CB2;
}
</style>