Shades of Deluge #826FA6
Tints of Deluge #826FA6
RGB
CMYK
RGB Variations
Color information
#826FA6 (or 0x826FA6) is known color: Deluge. HEX triplet: 82, 6F and A6. RGB value is (130,111,166). Sum of RGB (Red+Green+Blue) = 130+111+166=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 166 (65.23% from 255 or 40.79% from 407); Max value from RGB is 166 - color contains mainly: blue. Hex color #826FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826FA6 is #7D9059. Grayscale: #7A7A7A. Windows color (decimal): -8228954 or 10907522. OLE color: 10907522.
HSL color Cylindrical-coordinate representation of color #826FA6: hue angle of 260.73º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #826FA6 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 130 | 111 | 166 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.35 |
| HSL | 260.73º | 0.24% | 0.54% | - |
| HSV(B) | 260.73º | 0.33% | 0.65% | - |
| XYZ | 21.77 | 18.87 | 38.57 | - |
| YUV | 122.95 | 152.29 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 111 | 166 | 0.22 | 0.33 | 0 | 0.35 | 260.73 | 0.24 | 0.54 |
| Hex | 82 | 6F | A6 | 16 | 21 | 0 | 23 | 105 | 18 | 36 |
| Octal | 202 | 157 | 246 | 26 | 41 | 0 | 43 | 405 | 30 | 66 |
| Binary | 10000010 | 1101111 | 10100110 | 10110 | 100001 | 0 | 100011 | 100000101 | 11000 | 110110 |
Color Harmonies of #826FA6
Complementary color
Monochromatic Colors of #826FA6
Black with #826FA6
Text Example
Text Example
White with #826FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826FA6; }
p { color: rgb(130,111,166); }
H1.HeaderClassName
{
color: #826FA6;
}
.AnyTagClassName
{
color: #826FA6;
}
</style>
background-color css
<style>
a { background-color: #826FA6; }
a { background-color: rgb(130,111,166); }
div.DivClassName
{
background-color: #826FA6;
}
.BgClassName
{
background-color: #826FA6;
}
</style>
border-color css
<style>
span { border-color: #826FA6; }
span { border-color: rgb(130,111,166); }
td.TdClassName
{
border-color: #826FA6;
}
.TagClassName
{
border-color: #826FA6;
}
</style>