Shades of Deluge #82719B
Tints of Deluge #82719B
RGB
CMYK
RGB Variations
Color information
#82719B (or 0x82719B) is known color: Deluge. HEX triplet: 82, 71 and 9B. RGB value is (130,113,155). Sum of RGB (Red+Green+Blue) = 130+113+155=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #82719B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82719B is #7D8E64. Grayscale: #7A7A7A. Windows color (decimal): -8228453 or 10187138. OLE color: 10187138.
HSL color Cylindrical-coordinate representation of color #82719B: hue angle of 264.29º 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 #82719B is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 113 | 155 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.39 |
| HSL | 264.29º | 0.17% | 0.53% | - |
| HSV(B) | 264.29º | 0.27% | 0.61% | - |
| XYZ | 21.03 | 18.92 | 33.55 | - |
| YUV | 122.87 | 146.13 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 113 | 155 | 0.16 | 0.27 | 0 | 0.39 | 264.29 | 0.17 | 0.53 |
| Hex | 82 | 71 | 9B | 10 | 1B | 0 | 27 | 108 | 11 | 35 |
| Octal | 202 | 161 | 233 | 20 | 33 | 0 | 47 | 410 | 21 | 65 |
| Binary | 10000010 | 1110001 | 10011011 | 10000 | 11011 | 0 | 100111 | 100001000 | 10001 | 110101 |
Color Harmonies of #82719B
Complementary color
Monochromatic Colors of #82719B
Black with #82719B
Text Example
Text Example
White with #82719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82719B; }
p { color: rgb(130,113,155); }
H1.HeaderClassName
{
color: #82719B;
}
.AnyTagClassName
{
color: #82719B;
}
</style>
background-color css
<style>
a { background-color: #82719B; }
a { background-color: rgb(130,113,155); }
div.DivClassName
{
background-color: #82719B;
}
.BgClassName
{
background-color: #82719B;
}
</style>
border-color css
<style>
span { border-color: #82719B; }
span { border-color: rgb(130,113,155); }
td.TdClassName
{
border-color: #82719B;
}
.TagClassName
{
border-color: #82719B;
}
</style>