Shades of Deluge #826BAD
Tints of Deluge #826BAD
RGB
CMYK
RGB Variations
Color information
#826BAD (or 0x826BAD) is known color: Deluge. HEX triplet: 82, 6B and AD. RGB value is (130,107,173). Sum of RGB (Red+Green+Blue) = 130+107+173=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #826BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826BAD is #7D9452. Grayscale: #797979. Windows color (decimal): -8229971 or 11365250. OLE color: 11365250.
HSL color Cylindrical-coordinate representation of color #826BAD: hue angle of 260.91º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #826BAD is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 107 | 173 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.32 |
| HSL | 260.91º | 0.29% | 0.55% | - |
| HSV(B) | 260.91º | 0.38% | 0.68% | - |
| XYZ | 22.01 | 18.28 | 41.9 | - |
| YUV | 121.4 | 157.12 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 107 | 173 | 0.25 | 0.38 | 0 | 0.32 | 260.91 | 0.29 | 0.55 |
| Hex | 82 | 6B | AD | 19 | 26 | 0 | 20 | 105 | 1D | 37 |
| Octal | 202 | 153 | 255 | 31 | 46 | 0 | 40 | 405 | 35 | 67 |
| Binary | 10000010 | 1101011 | 10101101 | 11001 | 100110 | 0 | 100000 | 100000101 | 11101 | 110111 |
Color Harmonies of #826BAD
Complementary color
Monochromatic Colors of #826BAD
Black with #826BAD
Text Example
Text Example
White with #826BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826BAD; }
p { color: rgb(130,107,173); }
H1.HeaderClassName
{
color: #826BAD;
}
.AnyTagClassName
{
color: #826BAD;
}
</style>
background-color css
<style>
a { background-color: #826BAD; }
a { background-color: rgb(130,107,173); }
div.DivClassName
{
background-color: #826BAD;
}
.BgClassName
{
background-color: #826BAD;
}
</style>
border-color css
<style>
span { border-color: #826BAD; }
span { border-color: rgb(130,107,173); }
td.TdClassName
{
border-color: #826BAD;
}
.TagClassName
{
border-color: #826BAD;
}
</style>