Shades of Deluge #82739A
Tints of Deluge #82739A
RGB
CMYK
RGB Variations
Color information
#82739A (or 0x82739A) is known color: Deluge. HEX triplet: 82, 73 and 9A. RGB value is (130,115,154). Sum of RGB (Red+Green+Blue) = 130+115+154=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 154 - color contains mainly: blue. Hex color #82739A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82739A is #7D8C65. Grayscale: #7B7B7B. Windows color (decimal): -8227942 or 10122114. OLE color: 10122114.
HSL color Cylindrical-coordinate representation of color #82739A: hue angle of 263.08º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #82739A is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 115 | 154 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.40 |
| HSL | 263.08º | 0.16% | 0.53% | - |
| HSV(B) | 263.08º | 0.25% | 0.6% | - |
| XYZ | 21.17 | 19.34 | 33.19 | - |
| YUV | 123.93 | 144.97 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 115 | 154 | 0.16 | 0.25 | 0 | 0.40 | 263.08 | 0.16 | 0.53 |
| Hex | 82 | 73 | 9A | 10 | 19 | 0 | 28 | 107 | 10 | 35 |
| Octal | 202 | 163 | 232 | 20 | 31 | 0 | 50 | 407 | 20 | 65 |
| Binary | 10000010 | 1110011 | 10011010 | 10000 | 11001 | 0 | 101000 | 100000111 | 10000 | 110101 |
Color Harmonies of #82739A
Complementary color
Monochromatic Colors of #82739A
Black with #82739A
Text Example
Text Example
White with #82739A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82739A; }
p { color: rgb(130,115,154); }
H1.HeaderClassName
{
color: #82739A;
}
.AnyTagClassName
{
color: #82739A;
}
</style>
background-color css
<style>
a { background-color: #82739A; }
a { background-color: rgb(130,115,154); }
div.DivClassName
{
background-color: #82739A;
}
.BgClassName
{
background-color: #82739A;
}
</style>
border-color css
<style>
span { border-color: #82739A; }
span { border-color: rgb(130,115,154); }
td.TdClassName
{
border-color: #82739A;
}
.TagClassName
{
border-color: #82739A;
}
</style>