Shades of Deluge #826AAF
Tints of Deluge #826AAF
RGB
CMYK
RGB Variations
Color information
#826AAF (or 0x826AAF) is known color: Deluge. HEX triplet: 82, 6A and AF. RGB value is (130,106,175). Sum of RGB (Red+Green+Blue) = 130+106+175=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #826AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826AAF is #7D9550. Grayscale: #787878. Windows color (decimal): -8230225 or 11496066. OLE color: 11496066.
HSL color Cylindrical-coordinate representation of color #826AAF: hue angle of 260.87º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #826AAF is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 106 | 175 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.31 |
| HSL | 260.87º | 0.3% | 0.55% | - |
| HSV(B) | 260.87º | 0.39% | 0.69% | - |
| XYZ | 22.1 | 18.15 | 42.9 | - |
| YUV | 121.04 | 158.45 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 175 | 0.26 | 0.39 | 0 | 0.31 | 260.87 | 0.3 | 0.55 |
| Hex | 82 | 6A | AF | 1A | 27 | 0 | 1F | 105 | 1E | 37 |
| Octal | 202 | 152 | 257 | 32 | 47 | 0 | 37 | 405 | 36 | 67 |
| Binary | 10000010 | 1101010 | 10101111 | 11010 | 100111 | 0 | 11111 | 100000101 | 11110 | 110111 |
Color Harmonies of #826AAF
Complementary color
Monochromatic Colors of #826AAF
Black with #826AAF
Text Example
Text Example
White with #826AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826AAF; }
p { color: rgb(130,106,175); }
H1.HeaderClassName
{
color: #826AAF;
}
.AnyTagClassName
{
color: #826AAF;
}
</style>
background-color css
<style>
a { background-color: #826AAF; }
a { background-color: rgb(130,106,175); }
div.DivClassName
{
background-color: #826AAF;
}
.BgClassName
{
background-color: #826AAF;
}
</style>
border-color css
<style>
span { border-color: #826AAF; }
span { border-color: rgb(130,106,175); }
td.TdClassName
{
border-color: #826AAF;
}
.TagClassName
{
border-color: #826AAF;
}
</style>