Shades of Deluge #847E9E
Tints of Deluge #847E9E
RGB
CMYK
RGB Variations
Color information
#847E9E (or 0x847E9E) is known color: Deluge. HEX triplet: 84, 7E and 9E. RGB value is (132,126,158). Sum of RGB (Red+Green+Blue) = 132+126+158=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 158 - color contains mainly: blue. Hex color #847E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847E9E is #7B8161. Grayscale: #838383. Windows color (decimal): -8094050 or 10387076. OLE color: 10387076.
HSL color Cylindrical-coordinate representation of color #847E9E: hue angle of 251.25º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #847E9E is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 126 | 158 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.38 |
| HSL | 251.25º | 0.14% | 0.56% | - |
| HSV(B) | 251.25º | 0.2% | 0.62% | - |
| XYZ | 23.15 | 22.3 | 35.43 | - |
| YUV | 131.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 158 | 0.16 | 0.20 | 0 | 0.38 | 251.25 | 0.14 | 0.56 |
| Hex | 84 | 7E | 9E | 10 | 14 | 0 | 26 | FB | E | 38 |
| Octal | 204 | 176 | 236 | 20 | 24 | 0 | 46 | 373 | 16 | 70 |
| Binary | 10000100 | 1111110 | 10011110 | 10000 | 10100 | 0 | 100110 | 11111011 | 1110 | 111000 |
Color Harmonies of #847E9E
Complementary color
Monochromatic Colors of #847E9E
Black with #847E9E
Text Example
Text Example
White with #847E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847E9E; }
p { color: rgb(132,126,158); }
H1.HeaderClassName
{
color: #847E9E;
}
.AnyTagClassName
{
color: #847E9E;
}
</style>
background-color css
<style>
a { background-color: #847E9E; }
a { background-color: rgb(132,126,158); }
div.DivClassName
{
background-color: #847E9E;
}
.BgClassName
{
background-color: #847E9E;
}
</style>
border-color css
<style>
span { border-color: #847E9E; }
span { border-color: rgb(132,126,158); }
td.TdClassName
{
border-color: #847E9E;
}
.TagClassName
{
border-color: #847E9E;
}
</style>