Shades of Deluge #826A99
Tints of Deluge #826A99
RGB
CMYK
RGB Variations
Color information
#826A99 (or 0x826A99) is known color: Deluge. HEX triplet: 82, 6A and 99. RGB value is (130,106,153). Sum of RGB (Red+Green+Blue) = 130+106+153=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 153 - color contains mainly: blue. Hex color #826A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826A99 is #7D9566. Grayscale: #767676. Windows color (decimal): -8230247 or 10054274. OLE color: 10054274.
HSL color Cylindrical-coordinate representation of color #826A99: hue angle of 270.64º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #826A99 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 130 | 106 | 153 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.4 |
| HSL | 270.64º | 0.19% | 0.51% | - |
| HSV(B) | 270.64º | 0.31% | 0.6% | - |
| XYZ | 20.11 | 17.35 | 32.43 | - |
| YUV | 118.53 | 147.45 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 153 | 0.15 | 0.31 | 0 | 0.4 | 270.64 | 0.19 | 0.51 |
| Hex | 82 | 6A | 99 | F | 1F | 0 | 28 | 10F | 13 | 33 |
| Octal | 202 | 152 | 231 | 17 | 37 | 0 | 50 | 417 | 23 | 63 |
| Binary | 10000010 | 1101010 | 10011001 | 1111 | 11111 | 0 | 101000 | 100001111 | 10011 | 110011 |
Color Harmonies of #826A99
Complementary color
Monochromatic Colors of #826A99
Black with #826A99
Text Example
Text Example
White with #826A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826A99; }
p { color: rgb(130,106,153); }
H1.HeaderClassName
{
color: #826A99;
}
.AnyTagClassName
{
color: #826A99;
}
</style>
background-color css
<style>
a { background-color: #826A99; }
a { background-color: rgb(130,106,153); }
div.DivClassName
{
background-color: #826A99;
}
.BgClassName
{
background-color: #826A99;
}
</style>
border-color css
<style>
span { border-color: #826A99; }
span { border-color: rgb(130,106,153); }
td.TdClassName
{
border-color: #826A99;
}
.TagClassName
{
border-color: #826A99;
}
</style>