Shades of Deluge #826F9F
Tints of Deluge #826F9F
RGB
CMYK
RGB Variations
Color information
#826F9F (or 0x826F9F) is known color: Deluge. HEX triplet: 82, 6F and 9F. RGB value is (130,111,159). Sum of RGB (Red+Green+Blue) = 130+111+159=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 159 - color contains mainly: blue. Hex color #826F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826F9F is #7D9060. Grayscale: #797979. Windows color (decimal): -8228961 or 10448770. OLE color: 10448770.
HSL color Cylindrical-coordinate representation of color #826F9F: hue angle of 263.75º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #826F9F is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 111 | 159 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.38 |
| HSL | 263.75º | 0.2% | 0.53% | - |
| HSV(B) | 263.75º | 0.3% | 0.62% | - |
| XYZ | 21.15 | 18.62 | 35.28 | - |
| YUV | 122.15 | 148.79 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 111 | 159 | 0.18 | 0.30 | 0 | 0.38 | 263.75 | 0.2 | 0.53 |
| Hex | 82 | 6F | 9F | 12 | 1E | 0 | 26 | 108 | 14 | 35 |
| Octal | 202 | 157 | 237 | 22 | 36 | 0 | 46 | 410 | 24 | 65 |
| Binary | 10000010 | 1101111 | 10011111 | 10010 | 11110 | 0 | 100110 | 100001000 | 10100 | 110101 |
Color Harmonies of #826F9F
Complementary color
Monochromatic Colors of #826F9F
Black with #826F9F
Text Example
Text Example
White with #826F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826F9F; }
p { color: rgb(130,111,159); }
H1.HeaderClassName
{
color: #826F9F;
}
.AnyTagClassName
{
color: #826F9F;
}
</style>
background-color css
<style>
a { background-color: #826F9F; }
a { background-color: rgb(130,111,159); }
div.DivClassName
{
background-color: #826F9F;
}
.BgClassName
{
background-color: #826F9F;
}
</style>
border-color css
<style>
span { border-color: #826F9F; }
span { border-color: rgb(130,111,159); }
td.TdClassName
{
border-color: #826F9F;
}
.TagClassName
{
border-color: #826F9F;
}
</style>