Shades of Deluge #826BAC
Tints of Deluge #826BAC
RGB
CMYK
RGB Variations
Color information
#826BAC (or 0x826BAC) is known color: Deluge. HEX triplet: 82, 6B and AC. RGB value is (130,107,172). Sum of RGB (Red+Green+Blue) = 130+107+172=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #826BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826BAC is #7D9453. Grayscale: #797979. Windows color (decimal): -8229972 or 11299714. OLE color: 11299714.
HSL color Cylindrical-coordinate representation of color #826BAC: hue angle of 261.23º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #826BAC is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 107 | 172 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.33 |
| HSL | 261.23º | 0.28% | 0.55% | - |
| HSV(B) | 261.23º | 0.38% | 0.67% | - |
| XYZ | 21.91 | 18.24 | 41.4 | - |
| YUV | 121.29 | 156.62 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 107 | 172 | 0.24 | 0.38 | 0 | 0.33 | 261.23 | 0.28 | 0.55 |
| Hex | 82 | 6B | AC | 18 | 26 | 0 | 21 | 105 | 1C | 37 |
| Octal | 202 | 153 | 254 | 30 | 46 | 0 | 41 | 405 | 34 | 67 |
| Binary | 10000010 | 1101011 | 10101100 | 11000 | 100110 | 0 | 100001 | 100000101 | 11100 | 110111 |
Color Harmonies of #826BAC
Complementary color
Monochromatic Colors of #826BAC
Black with #826BAC
Text Example
Text Example
White with #826BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826BAC; }
p { color: rgb(130,107,172); }
H1.HeaderClassName
{
color: #826BAC;
}
.AnyTagClassName
{
color: #826BAC;
}
</style>
background-color css
<style>
a { background-color: #826BAC; }
a { background-color: rgb(130,107,172); }
div.DivClassName
{
background-color: #826BAC;
}
.BgClassName
{
background-color: #826BAC;
}
</style>
border-color css
<style>
span { border-color: #826BAC; }
span { border-color: rgb(130,107,172); }
td.TdClassName
{
border-color: #826BAC;
}
.TagClassName
{
border-color: #826BAC;
}
</style>