Shades of Deluge #826BA2
Tints of Deluge #826BA2
RGB
CMYK
RGB Variations
Color information
#826BA2 (or 0x826BA2) is known color: Deluge. HEX triplet: 82, 6B and A2. RGB value is (130,107,162). Sum of RGB (Red+Green+Blue) = 130+107+162=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 162 - color contains mainly: blue. Hex color #826BA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826BA2 is #7D945D. Grayscale: #777777. Windows color (decimal): -8229982 or 10644354. OLE color: 10644354.
HSL color Cylindrical-coordinate representation of color #826BA2: hue angle of 265.09º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #826BA2 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 107 | 162 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.36 |
| HSL | 265.09º | 0.23% | 0.53% | - |
| HSV(B) | 265.09º | 0.34% | 0.64% | - |
| XYZ | 20.99 | 17.87 | 36.53 | - |
| YUV | 120.15 | 151.62 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 107 | 162 | 0.20 | 0.34 | 0 | 0.36 | 265.09 | 0.23 | 0.53 |
| Hex | 82 | 6B | A2 | 14 | 22 | 0 | 24 | 109 | 17 | 35 |
| Octal | 202 | 153 | 242 | 24 | 42 | 0 | 44 | 411 | 27 | 65 |
| Binary | 10000010 | 1101011 | 10100010 | 10100 | 100010 | 0 | 100100 | 100001001 | 10111 | 110101 |
Color Harmonies of #826BA2
Complementary color
Monochromatic Colors of #826BA2
Black with #826BA2
Text Example
Text Example
White with #826BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826BA2; }
p { color: rgb(130,107,162); }
H1.HeaderClassName
{
color: #826BA2;
}
.AnyTagClassName
{
color: #826BA2;
}
</style>
background-color css
<style>
a { background-color: #826BA2; }
a { background-color: rgb(130,107,162); }
div.DivClassName
{
background-color: #826BA2;
}
.BgClassName
{
background-color: #826BA2;
}
</style>
border-color css
<style>
span { border-color: #826BA2; }
span { border-color: rgb(130,107,162); }
td.TdClassName
{
border-color: #826BA2;
}
.TagClassName
{
border-color: #826BA2;
}
</style>