Shades of Deluge #82759B
Tints of Deluge #82759B
RGB
CMYK
RGB Variations
Color information
#82759B (or 0x82759B) is known color: Deluge. HEX triplet: 82, 75 and 9B. RGB value is (130,117,155). Sum of RGB (Red+Green+Blue) = 130+117+155=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 155 - color contains mainly: blue. Hex color #82759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82759B is #7D8A64. Grayscale: #7D7D7D. Windows color (decimal): -8227429 or 10188162. OLE color: 10188162.
HSL color Cylindrical-coordinate representation of color #82759B: hue angle of 260.53º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #82759B is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 117 | 155 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.39 |
| HSL | 260.53º | 0.16% | 0.53% | - |
| HSV(B) | 260.53º | 0.25% | 0.61% | - |
| XYZ | 21.48 | 19.83 | 33.71 | - |
| YUV | 125.22 | 144.81 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 117 | 155 | 0.16 | 0.25 | 0 | 0.39 | 260.53 | 0.16 | 0.53 |
| Hex | 82 | 75 | 9B | 10 | 19 | 0 | 27 | 105 | 10 | 35 |
| Octal | 202 | 165 | 233 | 20 | 31 | 0 | 47 | 405 | 20 | 65 |
| Binary | 10000010 | 1110101 | 10011011 | 10000 | 11001 | 0 | 100111 | 100000101 | 10000 | 110101 |
Color Harmonies of #82759B
Complementary color
Monochromatic Colors of #82759B
Black with #82759B
Text Example
Text Example
White with #82759B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82759B; }
p { color: rgb(130,117,155); }
H1.HeaderClassName
{
color: #82759B;
}
.AnyTagClassName
{
color: #82759B;
}
</style>
background-color css
<style>
a { background-color: #82759B; }
a { background-color: rgb(130,117,155); }
div.DivClassName
{
background-color: #82759B;
}
.BgClassName
{
background-color: #82759B;
}
</style>
border-color css
<style>
span { border-color: #82759B; }
span { border-color: rgb(130,117,155); }
td.TdClassName
{
border-color: #82759B;
}
.TagClassName
{
border-color: #82759B;
}
</style>