Shades of Bali Hai #829CB7
Tints of Bali Hai #829CB7
RGB
CMYK
RGB Variations
Color information
#829CB7 (or 0x829CB7) is known color: Bali Hai. HEX triplet: 82, 9C and B7. RGB value is (130,156,183). Sum of RGB (Red+Green+Blue) = 130+156+183=469 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.72% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 183 - color contains mainly: blue. Hex color #829CB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829CB7 is #7D6348. Grayscale: #979797. Windows color (decimal): -8217417 or 12033154. OLE color: 12033154.
HSL color Cylindrical-coordinate representation of color #829CB7: hue angle of 210.57º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #829CB7 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 156 | 183 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.28 |
| HSL | 210.57º | 0.27% | 0.61% | - |
| HSV(B) | 210.57º | 0.29% | 0.72% | - |
| XYZ | 29.64 | 31.94 | 49.4 | - |
| YUV | 151.3 | 145.89 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 183 | 0.29 | 0.15 | 0 | 0.28 | 210.57 | 0.27 | 0.61 |
| Hex | 82 | 9C | B7 | 1D | F | 0 | 1C | D3 | 1B | 3D |
| Octal | 202 | 234 | 267 | 35 | 17 | 0 | 34 | 323 | 33 | 75 |
| Binary | 10000010 | 10011100 | 10110111 | 11101 | 1111 | 0 | 11100 | 11010011 | 11011 | 111101 |
Color Harmonies of #829CB7
Complementary color
Monochromatic Colors of #829CB7
Black with #829CB7
Text Example
Text Example
White with #829CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829CB7; }
p { color: rgb(130,156,183); }
H1.HeaderClassName
{
color: #829CB7;
}
.AnyTagClassName
{
color: #829CB7;
}
</style>
background-color css
<style>
a { background-color: #829CB7; }
a { background-color: rgb(130,156,183); }
div.DivClassName
{
background-color: #829CB7;
}
.BgClassName
{
background-color: #829CB7;
}
</style>
border-color css
<style>
span { border-color: #829CB7; }
span { border-color: rgb(130,156,183); }
td.TdClassName
{
border-color: #829CB7;
}
.TagClassName
{
border-color: #829CB7;
}
</style>