Shades of Deluge #82719D
Tints of Deluge #82719D
RGB
CMYK
RGB Variations
Color information
#82719D (or 0x82719D) is known color: Deluge. HEX triplet: 82, 71 and 9D. RGB value is (130,113,157). Sum of RGB (Red+Green+Blue) = 130+113+157=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 157 - color contains mainly: blue. Hex color #82719D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82719D is #7D8E62. Grayscale: #7A7A7A. Windows color (decimal): -8228451 or 10318210. OLE color: 10318210.
HSL color Cylindrical-coordinate representation of color #82719D: hue angle of 263.18º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82719D is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 113 | 157 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.38 |
| HSL | 263.18º | 0.18% | 0.53% | - |
| HSV(B) | 263.18º | 0.28% | 0.62% | - |
| XYZ | 21.2 | 18.99 | 34.45 | - |
| YUV | 123.1 | 147.13 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 113 | 157 | 0.17 | 0.28 | 0 | 0.38 | 263.18 | 0.18 | 0.53 |
| Hex | 82 | 71 | 9D | 11 | 1C | 0 | 26 | 107 | 12 | 35 |
| Octal | 202 | 161 | 235 | 21 | 34 | 0 | 46 | 407 | 22 | 65 |
| Binary | 10000010 | 1110001 | 10011101 | 10001 | 11100 | 0 | 100110 | 100000111 | 10010 | 110101 |
Color Harmonies of #82719D
Complementary color
Monochromatic Colors of #82719D
Black with #82719D
Text Example
Text Example
White with #82719D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82719D; }
p { color: rgb(130,113,157); }
H1.HeaderClassName
{
color: #82719D;
}
.AnyTagClassName
{
color: #82719D;
}
</style>
background-color css
<style>
a { background-color: #82719D; }
a { background-color: rgb(130,113,157); }
div.DivClassName
{
background-color: #82719D;
}
.BgClassName
{
background-color: #82719D;
}
</style>
border-color css
<style>
span { border-color: #82719D; }
span { border-color: rgb(130,113,157); }
td.TdClassName
{
border-color: #82719D;
}
.TagClassName
{
border-color: #82719D;
}
</style>