Shades of Deluge #847DAA
Tints of Deluge #847DAA
RGB
CMYK
RGB Variations
Color information
#847DAA (or 0x847DAA) is known color: Deluge. HEX triplet: 84, 7D and AA. RGB value is (132,125,170). Sum of RGB (Red+Green+Blue) = 132+125+170=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #847DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847DAA is #7B8255. Grayscale: #848484. Windows color (decimal): -8094294 or 11173252. OLE color: 11173252.
HSL color Cylindrical-coordinate representation of color #847DAA: hue angle of 249.33º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #847DAA is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 125 | 170 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.33 |
| HSL | 249.33º | 0.21% | 0.58% | - |
| HSV(B) | 249.33º | 0.26% | 0.67% | - |
| XYZ | 24.11 | 22.48 | 41.1 | - |
| YUV | 132.22 | 149.32 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 125 | 170 | 0.22 | 0.26 | 0 | 0.33 | 249.33 | 0.21 | 0.58 |
| Hex | 84 | 7D | AA | 16 | 1A | 0 | 21 | F9 | 15 | 3A |
| Octal | 204 | 175 | 252 | 26 | 32 | 0 | 41 | 371 | 25 | 72 |
| Binary | 10000100 | 1111101 | 10101010 | 10110 | 11010 | 0 | 100001 | 11111001 | 10101 | 111010 |
Color Harmonies of #847DAA
Complementary color
Monochromatic Colors of #847DAA
Black with #847DAA
Text Example
Text Example
White with #847DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847DAA; }
p { color: rgb(132,125,170); }
H1.HeaderClassName
{
color: #847DAA;
}
.AnyTagClassName
{
color: #847DAA;
}
</style>
background-color css
<style>
a { background-color: #847DAA; }
a { background-color: rgb(132,125,170); }
div.DivClassName
{
background-color: #847DAA;
}
.BgClassName
{
background-color: #847DAA;
}
</style>
border-color css
<style>
span { border-color: #847DAA; }
span { border-color: rgb(132,125,170); }
td.TdClassName
{
border-color: #847DAA;
}
.TagClassName
{
border-color: #847DAA;
}
</style>