Shades of Deluge #826EA3
Tints of Deluge #826EA3
RGB
CMYK
RGB Variations
Color information
#826EA3 (or 0x826EA3) is known color: Deluge. HEX triplet: 82, 6E and A3. RGB value is (130,110,163). Sum of RGB (Red+Green+Blue) = 130+110+163=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 163 (64.06% from 255 or 40.45% from 403); Max value from RGB is 163 - color contains mainly: blue. Hex color #826EA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826EA3 is #7D915C. Grayscale: #797979. Windows color (decimal): -8229213 or 10710658. OLE color: 10710658.
HSL color Cylindrical-coordinate representation of color #826EA3: hue angle of 262.64º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #826EA3 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 110 | 163 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.36 |
| HSL | 262.64º | 0.22% | 0.54% | - |
| HSV(B) | 262.64º | 0.33% | 0.64% | - |
| XYZ | 21.39 | 18.54 | 37.1 | - |
| YUV | 122.02 | 151.13 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 110 | 163 | 0.20 | 0.33 | 0 | 0.36 | 262.64 | 0.22 | 0.54 |
| Hex | 82 | 6E | A3 | 14 | 21 | 0 | 24 | 107 | 16 | 36 |
| Octal | 202 | 156 | 243 | 24 | 41 | 0 | 44 | 407 | 26 | 66 |
| Binary | 10000010 | 1101110 | 10100011 | 10100 | 100001 | 0 | 100100 | 100000111 | 10110 | 110110 |
Color Harmonies of #826EA3
Complementary color
Monochromatic Colors of #826EA3
Black with #826EA3
Text Example
Text Example
White with #826EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826EA3; }
p { color: rgb(130,110,163); }
H1.HeaderClassName
{
color: #826EA3;
}
.AnyTagClassName
{
color: #826EA3;
}
</style>
background-color css
<style>
a { background-color: #826EA3; }
a { background-color: rgb(130,110,163); }
div.DivClassName
{
background-color: #826EA3;
}
.BgClassName
{
background-color: #826EA3;
}
</style>
border-color css
<style>
span { border-color: #826EA3; }
span { border-color: rgb(130,110,163); }
td.TdClassName
{
border-color: #826EA3;
}
.TagClassName
{
border-color: #826EA3;
}
</style>