Shades of Deluge #826BAB
Tints of Deluge #826BAB
RGB
CMYK
RGB Variations
Color information
#826BAB (or 0x826BAB) is known color: Deluge. HEX triplet: 82, 6B and AB. RGB value is (130,107,171). Sum of RGB (Red+Green+Blue) = 130+107+171=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #826BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826BAB is #7D9454. Grayscale: #787878. Windows color (decimal): -8229973 or 11234178. OLE color: 11234178.
HSL color Cylindrical-coordinate representation of color #826BAB: hue angle of 261.56º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #826BAB is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 107 | 171 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.33 |
| HSL | 261.56º | 0.28% | 0.55% | - |
| HSV(B) | 261.56º | 0.37% | 0.67% | - |
| XYZ | 21.81 | 18.2 | 40.89 | - |
| YUV | 121.17 | 156.12 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 107 | 171 | 0.24 | 0.37 | 0 | 0.33 | 261.56 | 0.28 | 0.55 |
| Hex | 82 | 6B | AB | 18 | 25 | 0 | 21 | 106 | 1C | 37 |
| Octal | 202 | 153 | 253 | 30 | 45 | 0 | 41 | 406 | 34 | 67 |
| Binary | 10000010 | 1101011 | 10101011 | 11000 | 100101 | 0 | 100001 | 100000110 | 11100 | 110111 |
Color Harmonies of #826BAB
Complementary color
Monochromatic Colors of #826BAB
Black with #826BAB
Text Example
Text Example
White with #826BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826BAB; }
p { color: rgb(130,107,171); }
H1.HeaderClassName
{
color: #826BAB;
}
.AnyTagClassName
{
color: #826BAB;
}
</style>
background-color css
<style>
a { background-color: #826BAB; }
a { background-color: rgb(130,107,171); }
div.DivClassName
{
background-color: #826BAB;
}
.BgClassName
{
background-color: #826BAB;
}
</style>
border-color css
<style>
span { border-color: #826BAB; }
span { border-color: rgb(130,107,171); }
td.TdClassName
{
border-color: #826BAB;
}
.TagClassName
{
border-color: #826BAB;
}
</style>