Shades of Deluge #82749B
Tints of Deluge #82749B
RGB
CMYK
RGB Variations
Color information
#82749B (or 0x82749B) is known color: Deluge. HEX triplet: 82, 74 and 9B. RGB value is (130,116,155). Sum of RGB (Red+Green+Blue) = 130+116+155=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 155 - color contains mainly: blue. Hex color #82749B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82749B is #7D8B64. Grayscale: #7C7C7C. Windows color (decimal): -8227685 or 10187906. OLE color: 10187906.
HSL color Cylindrical-coordinate representation of color #82749B: hue angle of 261.54º 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 #82749B is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 116 | 155 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.39 |
| HSL | 261.54º | 0.16% | 0.53% | - |
| HSV(B) | 261.54º | 0.25% | 0.61% | - |
| XYZ | 21.37 | 19.6 | 33.67 | - |
| YUV | 124.63 | 145.14 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 116 | 155 | 0.16 | 0.25 | 0 | 0.39 | 261.54 | 0.16 | 0.53 |
| Hex | 82 | 74 | 9B | 10 | 19 | 0 | 27 | 106 | 10 | 35 |
| Octal | 202 | 164 | 233 | 20 | 31 | 0 | 47 | 406 | 20 | 65 |
| Binary | 10000010 | 1110100 | 10011011 | 10000 | 11001 | 0 | 100111 | 100000110 | 10000 | 110101 |
Color Harmonies of #82749B
Complementary color
Monochromatic Colors of #82749B
Black with #82749B
Text Example
Text Example
White with #82749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82749B; }
p { color: rgb(130,116,155); }
H1.HeaderClassName
{
color: #82749B;
}
.AnyTagClassName
{
color: #82749B;
}
</style>
background-color css
<style>
a { background-color: #82749B; }
a { background-color: rgb(130,116,155); }
div.DivClassName
{
background-color: #82749B;
}
.BgClassName
{
background-color: #82749B;
}
</style>
border-color css
<style>
span { border-color: #82749B; }
span { border-color: rgb(130,116,155); }
td.TdClassName
{
border-color: #82749B;
}
.TagClassName
{
border-color: #82749B;
}
</style>