Shades of Deluge #82729F
Tints of Deluge #82729F
RGB
CMYK
RGB Variations
Color information
#82729F (or 0x82729F) is known color: Deluge. HEX triplet: 82, 72 and 9F. RGB value is (130,114,159). Sum of RGB (Red+Green+Blue) = 130+114+159=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 159 - color contains mainly: blue. Hex color #82729F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82729F is #7D8D60. Grayscale: #7B7B7B. Windows color (decimal): -8228193 or 10449538. OLE color: 10449538.
HSL color Cylindrical-coordinate representation of color #82729F: hue angle of 261.33º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82729F is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 114 | 159 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.38 |
| HSL | 261.33º | 0.19% | 0.54% | - |
| HSV(B) | 261.33º | 0.28% | 0.62% | - |
| XYZ | 21.48 | 19.28 | 35.39 | - |
| YUV | 123.91 | 147.8 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 114 | 159 | 0.18 | 0.28 | 0 | 0.38 | 261.33 | 0.19 | 0.54 |
| Hex | 82 | 72 | 9F | 12 | 1C | 0 | 26 | 105 | 13 | 36 |
| Octal | 202 | 162 | 237 | 22 | 34 | 0 | 46 | 405 | 23 | 66 |
| Binary | 10000010 | 1110010 | 10011111 | 10010 | 11100 | 0 | 100110 | 100000101 | 10011 | 110110 |
Color Harmonies of #82729F
Complementary color
Monochromatic Colors of #82729F
Black with #82729F
Text Example
Text Example
White with #82729F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82729F; }
p { color: rgb(130,114,159); }
H1.HeaderClassName
{
color: #82729F;
}
.AnyTagClassName
{
color: #82729F;
}
</style>
background-color css
<style>
a { background-color: #82729F; }
a { background-color: rgb(130,114,159); }
div.DivClassName
{
background-color: #82729F;
}
.BgClassName
{
background-color: #82729F;
}
</style>
border-color css
<style>
span { border-color: #82729F; }
span { border-color: rgb(130,114,159); }
td.TdClassName
{
border-color: #82729F;
}
.TagClassName
{
border-color: #82729F;
}
</style>