Shades of Deluge #826EAF
Tints of Deluge #826EAF
RGB
CMYK
RGB Variations
Color information
#826EAF (or 0x826EAF) is known color: Deluge. HEX triplet: 82, 6E and AF. RGB value is (130,110,175). Sum of RGB (Red+Green+Blue) = 130+110+175=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #826EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826EAF is #7D9150. Grayscale: #7B7B7B. Windows color (decimal): -8229201 or 11497090. OLE color: 11497090.
HSL color Cylindrical-coordinate representation of color #826EAF: hue angle of 258.46º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #826EAF is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 110 | 175 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.31 |
| HSL | 258.46º | 0.29% | 0.56% | - |
| HSV(B) | 258.46º | 0.37% | 0.69% | - |
| XYZ | 22.52 | 18.99 | 43.04 | - |
| YUV | 123.39 | 157.13 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 110 | 175 | 0.26 | 0.37 | 0 | 0.31 | 258.46 | 0.29 | 0.56 |
| Hex | 82 | 6E | AF | 1A | 25 | 0 | 1F | 102 | 1D | 38 |
| Octal | 202 | 156 | 257 | 32 | 45 | 0 | 37 | 402 | 35 | 70 |
| Binary | 10000010 | 1101110 | 10101111 | 11010 | 100101 | 0 | 11111 | 100000010 | 11101 | 111000 |
Color Harmonies of #826EAF
Complementary color
Monochromatic Colors of #826EAF
Black with #826EAF
Text Example
Text Example
White with #826EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826EAF; }
p { color: rgb(130,110,175); }
H1.HeaderClassName
{
color: #826EAF;
}
.AnyTagClassName
{
color: #826EAF;
}
</style>
background-color css
<style>
a { background-color: #826EAF; }
a { background-color: rgb(130,110,175); }
div.DivClassName
{
background-color: #826EAF;
}
.BgClassName
{
background-color: #826EAF;
}
</style>
border-color css
<style>
span { border-color: #826EAF; }
span { border-color: rgb(130,110,175); }
td.TdClassName
{
border-color: #826EAF;
}
.TagClassName
{
border-color: #826EAF;
}
</style>