Shades of Deluge #826BA3
Tints of Deluge #826BA3
RGB
CMYK
RGB Variations
Color information
#826BA3 (or 0x826BA3) is known color: Deluge. HEX triplet: 82, 6B and A3. RGB value is (130,107,163). Sum of RGB (Red+Green+Blue) = 130+107+163=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 163 (64.06% from 255 or 40.75% from 400); Max value from RGB is 163 - color contains mainly: blue. Hex color #826BA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826BA3 is #7D945C. Grayscale: #787878. Windows color (decimal): -8229981 or 10709890. OLE color: 10709890.
HSL color Cylindrical-coordinate representation of color #826BA3: hue angle of 264.64º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #826BA3 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 107 | 163 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.36 |
| HSL | 264.64º | 0.23% | 0.53% | - |
| HSV(B) | 264.64º | 0.34% | 0.64% | - |
| XYZ | 21.07 | 17.91 | 37 | - |
| YUV | 120.26 | 152.12 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 107 | 163 | 0.20 | 0.34 | 0 | 0.36 | 264.64 | 0.23 | 0.53 |
| Hex | 82 | 6B | A3 | 14 | 22 | 0 | 24 | 109 | 17 | 35 |
| Octal | 202 | 153 | 243 | 24 | 42 | 0 | 44 | 411 | 27 | 65 |
| Binary | 10000010 | 1101011 | 10100011 | 10100 | 100010 | 0 | 100100 | 100001001 | 10111 | 110101 |
Color Harmonies of #826BA3
Complementary color
Monochromatic Colors of #826BA3
Black with #826BA3
Text Example
Text Example
White with #826BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826BA3; }
p { color: rgb(130,107,163); }
H1.HeaderClassName
{
color: #826BA3;
}
.AnyTagClassName
{
color: #826BA3;
}
</style>
background-color css
<style>
a { background-color: #826BA3; }
a { background-color: rgb(130,107,163); }
div.DivClassName
{
background-color: #826BA3;
}
.BgClassName
{
background-color: #826BA3;
}
</style>
border-color css
<style>
span { border-color: #826BA3; }
span { border-color: rgb(130,107,163); }
td.TdClassName
{
border-color: #826BA3;
}
.TagClassName
{
border-color: #826BA3;
}
</style>