Shades of Deluge #826AA7
Tints of Deluge #826AA7
RGB
CMYK
RGB Variations
Color information
#826AA7 (or 0x826AA7) is known color: Deluge. HEX triplet: 82, 6A and A7. RGB value is (130,106,167). Sum of RGB (Red+Green+Blue) = 130+106+167=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 167 (65.62% from 255 or 41.44% from 403); Max value from RGB is 167 - color contains mainly: blue. Hex color #826AA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826AA7 is #7D9558. Grayscale: #777777. Windows color (decimal): -8230233 or 10971778. OLE color: 10971778.
HSL color Cylindrical-coordinate representation of color #826AA7: hue angle of 263.61º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #826AA7 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 130 | 106 | 167 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.35 |
| HSL | 263.61º | 0.26% | 0.54% | - |
| HSV(B) | 263.61º | 0.37% | 0.65% | - |
| XYZ | 21.34 | 17.84 | 38.88 | - |
| YUV | 120.13 | 154.45 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 167 | 0.22 | 0.37 | 0 | 0.35 | 263.61 | 0.26 | 0.54 |
| Hex | 82 | 6A | A7 | 16 | 25 | 0 | 23 | 108 | 1A | 36 |
| Octal | 202 | 152 | 247 | 26 | 45 | 0 | 43 | 410 | 32 | 66 |
| Binary | 10000010 | 1101010 | 10100111 | 10110 | 100101 | 0 | 100011 | 100001000 | 11010 | 110110 |
Color Harmonies of #826AA7
Complementary color
Monochromatic Colors of #826AA7
Black with #826AA7
Text Example
Text Example
White with #826AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826AA7; }
p { color: rgb(130,106,167); }
H1.HeaderClassName
{
color: #826AA7;
}
.AnyTagClassName
{
color: #826AA7;
}
</style>
background-color css
<style>
a { background-color: #826AA7; }
a { background-color: rgb(130,106,167); }
div.DivClassName
{
background-color: #826AA7;
}
.BgClassName
{
background-color: #826AA7;
}
</style>
border-color css
<style>
span { border-color: #826AA7; }
span { border-color: rgb(130,106,167); }
td.TdClassName
{
border-color: #826AA7;
}
.TagClassName
{
border-color: #826AA7;
}
</style>