Shades of Deluge #826DAB
Tints of Deluge #826DAB
RGB
CMYK
RGB Variations
Color information
#826DAB (or 0x826DAB) is known color: Deluge. HEX triplet: 82, 6D and AB. RGB value is (130,109,171). Sum of RGB (Red+Green+Blue) = 130+109+171=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #826DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826DAB is #7D9254. Grayscale: #7A7A7A. Windows color (decimal): -8229461 or 11234690. OLE color: 11234690.
HSL color Cylindrical-coordinate representation of color #826DAB: hue angle of 260.32º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #826DAB is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 109 | 171 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.33 |
| HSL | 260.32º | 0.27% | 0.55% | - |
| HSV(B) | 260.32º | 0.36% | 0.67% | - |
| XYZ | 22.03 | 18.62 | 40.96 | - |
| YUV | 122.35 | 155.46 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 109 | 171 | 0.24 | 0.36 | 0 | 0.33 | 260.32 | 0.27 | 0.55 |
| Hex | 82 | 6D | AB | 18 | 24 | 0 | 21 | 104 | 1B | 37 |
| Octal | 202 | 155 | 253 | 30 | 44 | 0 | 41 | 404 | 33 | 67 |
| Binary | 10000010 | 1101101 | 10101011 | 11000 | 100100 | 0 | 100001 | 100000100 | 11011 | 110111 |
Color Harmonies of #826DAB
Complementary color
Monochromatic Colors of #826DAB
Black with #826DAB
Text Example
Text Example
White with #826DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826DAB; }
p { color: rgb(130,109,171); }
H1.HeaderClassName
{
color: #826DAB;
}
.AnyTagClassName
{
color: #826DAB;
}
</style>
background-color css
<style>
a { background-color: #826DAB; }
a { background-color: rgb(130,109,171); }
div.DivClassName
{
background-color: #826DAB;
}
.BgClassName
{
background-color: #826DAB;
}
</style>
border-color css
<style>
span { border-color: #826DAB; }
span { border-color: rgb(130,109,171); }
td.TdClassName
{
border-color: #826DAB;
}
.TagClassName
{
border-color: #826DAB;
}
</style>