Shades of Deluge #826C9D
Tints of Deluge #826C9D
RGB
CMYK
RGB Variations
Color information
#826C9D (or 0x826C9D) is known color: Deluge. HEX triplet: 82, 6C and 9D. RGB value is (130,108,157). Sum of RGB (Red+Green+Blue) = 130+108+157=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 157 - color contains mainly: blue. Hex color #826C9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826C9D is #7D9362. Grayscale: #777777. Windows color (decimal): -8229731 or 10316930. OLE color: 10316930.
HSL color Cylindrical-coordinate representation of color #826C9D: hue angle of 266.94º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #826C9D is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 108 | 157 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.38 |
| HSL | 266.94º | 0.2% | 0.52% | - |
| HSV(B) | 266.94º | 0.31% | 0.62% | - |
| XYZ | 20.65 | 17.91 | 34.27 | - |
| YUV | 120.16 | 148.79 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 108 | 157 | 0.17 | 0.31 | 0 | 0.38 | 266.94 | 0.2 | 0.52 |
| Hex | 82 | 6C | 9D | 11 | 1F | 0 | 26 | 10B | 14 | 34 |
| Octal | 202 | 154 | 235 | 21 | 37 | 0 | 46 | 413 | 24 | 64 |
| Binary | 10000010 | 1101100 | 10011101 | 10001 | 11111 | 0 | 100110 | 100001011 | 10100 | 110100 |
Color Harmonies of #826C9D
Complementary color
Monochromatic Colors of #826C9D
Black with #826C9D
Text Example
Text Example
White with #826C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826C9D; }
p { color: rgb(130,108,157); }
H1.HeaderClassName
{
color: #826C9D;
}
.AnyTagClassName
{
color: #826C9D;
}
</style>
background-color css
<style>
a { background-color: #826C9D; }
a { background-color: rgb(130,108,157); }
div.DivClassName
{
background-color: #826C9D;
}
.BgClassName
{
background-color: #826C9D;
}
</style>
border-color css
<style>
span { border-color: #826C9D; }
span { border-color: rgb(130,108,157); }
td.TdClassName
{
border-color: #826C9D;
}
.TagClassName
{
border-color: #826C9D;
}
</style>