Shades of Deluge #826CB6
Tints of Deluge #826CB6
RGB
CMYK
RGB Variations
Color information
#826CB6 (or 0x826CB6) is known color: Deluge. HEX triplet: 82, 6C and B6. RGB value is (130,108,182). Sum of RGB (Red+Green+Blue) = 130+108+182=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 182 (71.48% from 255 or 43.33% from 420); Max value from RGB is 182 - color contains mainly: blue. Hex color #826CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826CB6 is #7D9349. Grayscale: #7A7A7A. Windows color (decimal): -8229706 or 11955330. OLE color: 11955330.
HSL color Cylindrical-coordinate representation of color #826CB6: hue angle of 257.84º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #826CB6 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 108 | 182 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.29 |
| HSL | 257.84º | 0.34% | 0.57% | - |
| HSV(B) | 257.84º | 0.41% | 0.71% | - |
| XYZ | 23.01 | 18.85 | 46.68 | - |
| YUV | 123.01 | 161.29 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 108 | 182 | 0.29 | 0.41 | 0 | 0.29 | 257.84 | 0.34 | 0.57 |
| Hex | 82 | 6C | B6 | 1D | 29 | 0 | 1D | 102 | 22 | 39 |
| Octal | 202 | 154 | 266 | 35 | 51 | 0 | 35 | 402 | 42 | 71 |
| Binary | 10000010 | 1101100 | 10110110 | 11101 | 101001 | 0 | 11101 | 100000010 | 100010 | 111001 |
Color Harmonies of #826CB6
Complementary color
Monochromatic Colors of #826CB6
Black with #826CB6
Text Example
Text Example
White with #826CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826CB6; }
p { color: rgb(130,108,182); }
H1.HeaderClassName
{
color: #826CB6;
}
.AnyTagClassName
{
color: #826CB6;
}
</style>
background-color css
<style>
a { background-color: #826CB6; }
a { background-color: rgb(130,108,182); }
div.DivClassName
{
background-color: #826CB6;
}
.BgClassName
{
background-color: #826CB6;
}
</style>
border-color css
<style>
span { border-color: #826CB6; }
span { border-color: rgb(130,108,182); }
td.TdClassName
{
border-color: #826CB6;
}
.TagClassName
{
border-color: #826CB6;
}
</style>