Shades of Deluge #82759D
Tints of Deluge #82759D
RGB
CMYK
RGB Variations
Color information
#82759D (or 0x82759D) is known color: Deluge. HEX triplet: 82, 75 and 9D. RGB value is (130,117,157). Sum of RGB (Red+Green+Blue) = 130+117+157=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 157 - color contains mainly: blue. Hex color #82759D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82759D is #7D8A62. Grayscale: #7D7D7D. Windows color (decimal): -8227427 or 10319234. OLE color: 10319234.
HSL color Cylindrical-coordinate representation of color #82759D: hue angle of 259.5º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #82759D is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 117 | 157 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.38 |
| HSL | 259.5º | 0.17% | 0.54% | - |
| HSV(B) | 259.5º | 0.25% | 0.62% | - |
| XYZ | 21.65 | 19.9 | 34.6 | - |
| YUV | 125.45 | 145.81 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 117 | 157 | 0.17 | 0.25 | 0 | 0.38 | 259.5 | 0.17 | 0.54 |
| Hex | 82 | 75 | 9D | 11 | 19 | 0 | 26 | 104 | 11 | 36 |
| Octal | 202 | 165 | 235 | 21 | 31 | 0 | 46 | 404 | 21 | 66 |
| Binary | 10000010 | 1110101 | 10011101 | 10001 | 11001 | 0 | 100110 | 100000100 | 10001 | 110110 |
Color Harmonies of #82759D
Complementary color
Monochromatic Colors of #82759D
Black with #82759D
Text Example
Text Example
White with #82759D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82759D; }
p { color: rgb(130,117,157); }
H1.HeaderClassName
{
color: #82759D;
}
.AnyTagClassName
{
color: #82759D;
}
</style>
background-color css
<style>
a { background-color: #82759D; }
a { background-color: rgb(130,117,157); }
div.DivClassName
{
background-color: #82759D;
}
.BgClassName
{
background-color: #82759D;
}
</style>
border-color css
<style>
span { border-color: #82759D; }
span { border-color: rgb(130,117,157); }
td.TdClassName
{
border-color: #82759D;
}
.TagClassName
{
border-color: #82759D;
}
</style>