Shades of Deluge #826999
Tints of Deluge #826999
RGB
CMYK
RGB Variations
Color information
#826999 (or 0x826999) is known color: Deluge. HEX triplet: 82, 69 and 99. RGB value is (130,105,153). Sum of RGB (Red+Green+Blue) = 130+105+153=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 153 - color contains mainly: blue. Hex color #826999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826999 is #7D9666. Grayscale: #757575. Windows color (decimal): -8230503 or 10054018. OLE color: 10054018.
HSL color Cylindrical-coordinate representation of color #826999: hue angle of 271.25º 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 #826999 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 130 | 105 | 153 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.4 |
| HSL | 271.25º | 0.19% | 0.51% | - |
| HSV(B) | 271.25º | 0.31% | 0.6% | - |
| XYZ | 20.01 | 17.15 | 32.39 | - |
| YUV | 117.95 | 147.78 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 105 | 153 | 0.15 | 0.31 | 0 | 0.4 | 271.25 | 0.19 | 0.51 |
| Hex | 82 | 69 | 99 | F | 1F | 0 | 28 | 10F | 13 | 33 |
| Octal | 202 | 151 | 231 | 17 | 37 | 0 | 50 | 417 | 23 | 63 |
| Binary | 10000010 | 1101001 | 10011001 | 1111 | 11111 | 0 | 101000 | 100001111 | 10011 | 110011 |
Color Harmonies of #826999
Complementary color
Monochromatic Colors of #826999
Black with #826999
Text Example
Text Example
White with #826999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826999; }
p { color: rgb(130,105,153); }
H1.HeaderClassName
{
color: #826999;
}
.AnyTagClassName
{
color: #826999;
}
</style>
background-color css
<style>
a { background-color: #826999; }
a { background-color: rgb(130,105,153); }
div.DivClassName
{
background-color: #826999;
}
.BgClassName
{
background-color: #826999;
}
</style>
border-color css
<style>
span { border-color: #826999; }
span { border-color: rgb(130,105,153); }
td.TdClassName
{
border-color: #826999;
}
.TagClassName
{
border-color: #826999;
}
</style>