Shades of Deluge #82719A
Tints of Deluge #82719A
RGB
CMYK
RGB Variations
Color information
#82719A (or 0x82719A) is known color: Deluge. HEX triplet: 82, 71 and 9A. RGB value is (130,113,154). Sum of RGB (Red+Green+Blue) = 130+113+154=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 154 - color contains mainly: blue. Hex color #82719A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82719A is #7D8E65. Grayscale: #7A7A7A. Windows color (decimal): -8228454 or 10121602. OLE color: 10121602.
HSL color Cylindrical-coordinate representation of color #82719A: hue angle of 264.88º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82719A is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 113 | 154 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.40 |
| HSL | 264.88º | 0.17% | 0.52% | - |
| HSV(B) | 264.88º | 0.27% | 0.6% | - |
| XYZ | 20.94 | 18.89 | 33.11 | - |
| YUV | 122.76 | 145.63 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 113 | 154 | 0.16 | 0.27 | 0 | 0.40 | 264.88 | 0.17 | 0.52 |
| Hex | 82 | 71 | 9A | 10 | 1B | 0 | 28 | 109 | 11 | 34 |
| Octal | 202 | 161 | 232 | 20 | 33 | 0 | 50 | 411 | 21 | 64 |
| Binary | 10000010 | 1110001 | 10011010 | 10000 | 11011 | 0 | 101000 | 100001001 | 10001 | 110100 |
Color Harmonies of #82719A
Complementary color
Monochromatic Colors of #82719A
Black with #82719A
Text Example
Text Example
White with #82719A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82719A; }
p { color: rgb(130,113,154); }
H1.HeaderClassName
{
color: #82719A;
}
.AnyTagClassName
{
color: #82719A;
}
</style>
background-color css
<style>
a { background-color: #82719A; }
a { background-color: rgb(130,113,154); }
div.DivClassName
{
background-color: #82719A;
}
.BgClassName
{
background-color: #82719A;
}
</style>
border-color css
<style>
span { border-color: #82719A; }
span { border-color: rgb(130,113,154); }
td.TdClassName
{
border-color: #82719A;
}
.TagClassName
{
border-color: #82719A;
}
</style>