Shades of Deluge #82729C
Tints of Deluge #82729C
RGB
CMYK
RGB Variations
Color information
#82729C (or 0x82729C) is known color: Deluge. HEX triplet: 82, 72 and 9C. RGB value is (130,114,156). Sum of RGB (Red+Green+Blue) = 130+114+156=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 156 - color contains mainly: blue. Hex color #82729C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82729C is #7D8D63. Grayscale: #7B7B7B. Windows color (decimal): -8228196 or 10252930. OLE color: 10252930.
HSL color Cylindrical-coordinate representation of color #82729C: hue angle of 262.86º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82729C is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 114 | 156 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.39 |
| HSL | 262.86º | 0.18% | 0.53% | - |
| HSV(B) | 262.86º | 0.27% | 0.61% | - |
| XYZ | 21.22 | 19.18 | 34.04 | - |
| YUV | 123.57 | 146.3 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 114 | 156 | 0.17 | 0.27 | 0 | 0.39 | 262.86 | 0.18 | 0.53 |
| Hex | 82 | 72 | 9C | 11 | 1B | 0 | 27 | 107 | 12 | 35 |
| Octal | 202 | 162 | 234 | 21 | 33 | 0 | 47 | 407 | 22 | 65 |
| Binary | 10000010 | 1110010 | 10011100 | 10001 | 11011 | 0 | 100111 | 100000111 | 10010 | 110101 |
Color Harmonies of #82729C
Complementary color
Monochromatic Colors of #82729C
Black with #82729C
Text Example
Text Example
White with #82729C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82729C; }
p { color: rgb(130,114,156); }
H1.HeaderClassName
{
color: #82729C;
}
.AnyTagClassName
{
color: #82729C;
}
</style>
background-color css
<style>
a { background-color: #82729C; }
a { background-color: rgb(130,114,156); }
div.DivClassName
{
background-color: #82729C;
}
.BgClassName
{
background-color: #82729C;
}
</style>
border-color css
<style>
span { border-color: #82729C; }
span { border-color: rgb(130,114,156); }
td.TdClassName
{
border-color: #82729C;
}
.TagClassName
{
border-color: #82729C;
}
</style>