Shades of Deluge #826AAA
Tints of Deluge #826AAA
RGB
CMYK
RGB Variations
Color information
#826AAA (or 0x826AAA) is known color: Deluge. HEX triplet: 82, 6A and AA. RGB value is (130,106,170). Sum of RGB (Red+Green+Blue) = 130+106+170=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #826AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826AAA is #7D9555. Grayscale: #787878. Windows color (decimal): -8230230 or 11168386. OLE color: 11168386.
HSL color Cylindrical-coordinate representation of color #826AAA: hue angle of 262.5º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #826AAA is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 106 | 170 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.33 |
| HSL | 262.5º | 0.27% | 0.54% | - |
| HSV(B) | 262.5º | 0.38% | 0.67% | - |
| XYZ | 21.62 | 17.96 | 40.36 | - |
| YUV | 120.47 | 155.95 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 170 | 0.24 | 0.38 | 0 | 0.33 | 262.5 | 0.27 | 0.54 |
| Hex | 82 | 6A | AA | 18 | 26 | 0 | 21 | 106 | 1B | 36 |
| Octal | 202 | 152 | 252 | 30 | 46 | 0 | 41 | 406 | 33 | 66 |
| Binary | 10000010 | 1101010 | 10101010 | 11000 | 100110 | 0 | 100001 | 100000110 | 11011 | 110110 |
Color Harmonies of #826AAA
Complementary color
Monochromatic Colors of #826AAA
Black with #826AAA
Text Example
Text Example
White with #826AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826AAA; }
p { color: rgb(130,106,170); }
H1.HeaderClassName
{
color: #826AAA;
}
.AnyTagClassName
{
color: #826AAA;
}
</style>
background-color css
<style>
a { background-color: #826AAA; }
a { background-color: rgb(130,106,170); }
div.DivClassName
{
background-color: #826AAA;
}
.BgClassName
{
background-color: #826AAA;
}
</style>
border-color css
<style>
span { border-color: #826AAA; }
span { border-color: rgb(130,106,170); }
td.TdClassName
{
border-color: #826AAA;
}
.TagClassName
{
border-color: #826AAA;
}
</style>