Shades of Deluge #847AAE
Tints of Deluge #847AAE
RGB
CMYK
RGB Variations
Color information
#847AAE (or 0x847AAE) is known color: Deluge. HEX triplet: 84, 7A and AE. RGB value is (132,122,174). Sum of RGB (Red+Green+Blue) = 132+122+174=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 122 (48.05% from 255 or 28.50% 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 #847AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847AAE is #7B8551. Grayscale: #828282. Windows color (decimal): -8095058 or 11434628. OLE color: 11434628.
HSL color Cylindrical-coordinate representation of color #847AAE: hue angle of 251.54º 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 #847AAE is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 122 | 174 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.32 |
| HSL | 251.54º | 0.24% | 0.58% | - |
| HSV(B) | 251.54º | 0.3% | 0.68% | - |
| XYZ | 24.12 | 21.88 | 43 | - |
| YUV | 130.92 | 152.31 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 122 | 174 | 0.24 | 0.30 | 0 | 0.32 | 251.54 | 0.24 | 0.58 |
| Hex | 84 | 7A | AE | 18 | 1E | 0 | 20 | FC | 18 | 3A |
| Octal | 204 | 172 | 256 | 30 | 36 | 0 | 40 | 374 | 30 | 72 |
| Binary | 10000100 | 1111010 | 10101110 | 11000 | 11110 | 0 | 100000 | 11111100 | 11000 | 111010 |
Color Harmonies of #847AAE
Complementary color
Monochromatic Colors of #847AAE
Black with #847AAE
Text Example
Text Example
White with #847AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847AAE; }
p { color: rgb(132,122,174); }
H1.HeaderClassName
{
color: #847AAE;
}
.AnyTagClassName
{
color: #847AAE;
}
</style>
background-color css
<style>
a { background-color: #847AAE; }
a { background-color: rgb(132,122,174); }
div.DivClassName
{
background-color: #847AAE;
}
.BgClassName
{
background-color: #847AAE;
}
</style>
border-color css
<style>
span { border-color: #847AAE; }
span { border-color: rgb(132,122,174); }
td.TdClassName
{
border-color: #847AAE;
}
.TagClassName
{
border-color: #847AAE;
}
</style>