Shades of Deluge #82749C
Tints of Deluge #82749C
RGB
CMYK
RGB Variations
Color information
#82749C (or 0x82749C) is known color: Deluge. HEX triplet: 82, 74 and 9C. RGB value is (130,116,156). Sum of RGB (Red+Green+Blue) = 130+116+156=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 156 - color contains mainly: blue. Hex color #82749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82749C is #7D8B63. Grayscale: #7C7C7C. Windows color (decimal): -8227684 or 10253442. OLE color: 10253442.
HSL color Cylindrical-coordinate representation of color #82749C: hue angle of 261º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #82749C is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 116 | 156 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.39 |
| HSL | 261º | 0.17% | 0.53% | - |
| HSV(B) | 261º | 0.26% | 0.61% | - |
| XYZ | 21.45 | 19.64 | 34.11 | - |
| YUV | 124.75 | 145.64 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 116 | 156 | 0.17 | 0.26 | 0 | 0.39 | 261 | 0.17 | 0.53 |
| Hex | 82 | 74 | 9C | 11 | 1A | 0 | 27 | 105 | 11 | 35 |
| Octal | 202 | 164 | 234 | 21 | 32 | 0 | 47 | 405 | 21 | 65 |
| Binary | 10000010 | 1110100 | 10011100 | 10001 | 11010 | 0 | 100111 | 100000101 | 10001 | 110101 |
Color Harmonies of #82749C
Complementary color
Monochromatic Colors of #82749C
Black with #82749C
Text Example
Text Example
White with #82749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82749C; }
p { color: rgb(130,116,156); }
H1.HeaderClassName
{
color: #82749C;
}
.AnyTagClassName
{
color: #82749C;
}
</style>
background-color css
<style>
a { background-color: #82749C; }
a { background-color: rgb(130,116,156); }
div.DivClassName
{
background-color: #82749C;
}
.BgClassName
{
background-color: #82749C;
}
</style>
border-color css
<style>
span { border-color: #82749C; }
span { border-color: rgb(130,116,156); }
td.TdClassName
{
border-color: #82749C;
}
.TagClassName
{
border-color: #82749C;
}
</style>