Shades of Deluge #826CAF
Tints of Deluge #826CAF
RGB
CMYK
RGB Variations
Color information
#826CAF (or 0x826CAF) is known color: Deluge. HEX triplet: 82, 6C and AF. RGB value is (130,108,175). Sum of RGB (Red+Green+Blue) = 130+108+175=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #826CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826CAF is #7D9350. Grayscale: #797979. Windows color (decimal): -8229713 or 11496578. OLE color: 11496578.
HSL color Cylindrical-coordinate representation of color #826CAF: hue angle of 259.7º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #826CAF is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 108 | 175 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.31 |
| HSL | 259.7º | 0.3% | 0.55% | - |
| HSV(B) | 259.7º | 0.38% | 0.69% | - |
| XYZ | 22.31 | 18.57 | 42.97 | - |
| YUV | 122.22 | 157.79 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 108 | 175 | 0.26 | 0.38 | 0 | 0.31 | 259.7 | 0.3 | 0.55 |
| Hex | 82 | 6C | AF | 1A | 26 | 0 | 1F | 104 | 1E | 37 |
| Octal | 202 | 154 | 257 | 32 | 46 | 0 | 37 | 404 | 36 | 67 |
| Binary | 10000010 | 1101100 | 10101111 | 11010 | 100110 | 0 | 11111 | 100000100 | 11110 | 110111 |
Color Harmonies of #826CAF
Complementary color
Monochromatic Colors of #826CAF
Black with #826CAF
Text Example
Text Example
White with #826CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826CAF; }
p { color: rgb(130,108,175); }
H1.HeaderClassName
{
color: #826CAF;
}
.AnyTagClassName
{
color: #826CAF;
}
</style>
background-color css
<style>
a { background-color: #826CAF; }
a { background-color: rgb(130,108,175); }
div.DivClassName
{
background-color: #826CAF;
}
.BgClassName
{
background-color: #826CAF;
}
</style>
border-color css
<style>
span { border-color: #826CAF; }
span { border-color: rgb(130,108,175); }
td.TdClassName
{
border-color: #826CAF;
}
.TagClassName
{
border-color: #826CAF;
}
</style>