Shades of Deluge #827CAE
Tints of Deluge #827CAE
RGB
CMYK
RGB Variations
Color information
#827CAE (or 0x827CAE) is known color: Deluge. HEX triplet: 82, 7C and AE. RGB value is (130,124,174). Sum of RGB (Red+Green+Blue) = 130+124+174=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #827CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827CAE is #7D8351. Grayscale: #838383. Windows color (decimal): -8225618 or 11435138. OLE color: 11435138.
HSL color Cylindrical-coordinate representation of color #827CAE: hue angle of 247.2º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #827CAE is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 124 | 174 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.32 |
| HSL | 247.2º | 0.24% | 0.58% | - |
| HSV(B) | 247.2º | 0.29% | 0.68% | - |
| XYZ | 24.05 | 22.22 | 43.06 | - |
| YUV | 131.49 | 151.99 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 124 | 174 | 0.25 | 0.29 | 0 | 0.32 | 247.2 | 0.24 | 0.58 |
| Hex | 82 | 7C | AE | 19 | 1D | 0 | 20 | F7 | 18 | 3A |
| Octal | 202 | 174 | 256 | 31 | 35 | 0 | 40 | 367 | 30 | 72 |
| Binary | 10000010 | 1111100 | 10101110 | 11001 | 11101 | 0 | 100000 | 11110111 | 11000 | 111010 |
Color Harmonies of #827CAE
Complementary color
Monochromatic Colors of #827CAE
Black with #827CAE
Text Example
Text Example
White with #827CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827CAE; }
p { color: rgb(130,124,174); }
H1.HeaderClassName
{
color: #827CAE;
}
.AnyTagClassName
{
color: #827CAE;
}
</style>
background-color css
<style>
a { background-color: #827CAE; }
a { background-color: rgb(130,124,174); }
div.DivClassName
{
background-color: #827CAE;
}
.BgClassName
{
background-color: #827CAE;
}
</style>
border-color css
<style>
span { border-color: #827CAE; }
span { border-color: rgb(130,124,174); }
td.TdClassName
{
border-color: #827CAE;
}
.TagClassName
{
border-color: #827CAE;
}
</style>