Shades of Deluge #827AAE
Tints of Deluge #827AAE
RGB
CMYK
RGB Variations
Color information
#827AAE (or 0x827AAE) is known color: Deluge. HEX triplet: 82, 7A and AE. RGB value is (130,122,174). Sum of RGB (Red+Green+Blue) = 130+122+174=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #827AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827AAE is #7D8551. Grayscale: #828282. Windows color (decimal): -8226130 or 11434626. OLE color: 11434626.
HSL color Cylindrical-coordinate representation of color #827AAE: hue angle of 249.23º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #827AAE is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 122 | 174 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.32 |
| HSL | 249.23º | 0.24% | 0.58% | - |
| HSV(B) | 249.23º | 0.3% | 0.68% | - |
| XYZ | 23.81 | 21.72 | 42.98 | - |
| YUV | 130.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 174 | 0.25 | 0.30 | 0 | 0.32 | 249.23 | 0.24 | 0.58 |
| Hex | 82 | 7A | AE | 19 | 1E | 0 | 20 | F9 | 18 | 3A |
| Octal | 202 | 172 | 256 | 31 | 36 | 0 | 40 | 371 | 30 | 72 |
| Binary | 10000010 | 1111010 | 10101110 | 11001 | 11110 | 0 | 100000 | 11111001 | 11000 | 111010 |
Color Harmonies of #827AAE
Complementary color
Monochromatic Colors of #827AAE
Black with #827AAE
Text Example
Text Example
White with #827AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827AAE; }
p { color: rgb(130,122,174); }
H1.HeaderClassName
{
color: #827AAE;
}
.AnyTagClassName
{
color: #827AAE;
}
</style>
background-color css
<style>
a { background-color: #827AAE; }
a { background-color: rgb(130,122,174); }
div.DivClassName
{
background-color: #827AAE;
}
.BgClassName
{
background-color: #827AAE;
}
</style>
border-color css
<style>
span { border-color: #827AAE; }
span { border-color: rgb(130,122,174); }
td.TdClassName
{
border-color: #827AAE;
}
.TagClassName
{
border-color: #827AAE;
}
</style>