Shades of Deluge #847E9B
Tints of Deluge #847E9B
RGB
CMYK
RGB Variations
Color information
#847E9B (or 0x847E9B) is known color: Deluge. HEX triplet: 84, 7E and 9B. RGB value is (132,126,155). Sum of RGB (Red+Green+Blue) = 132+126+155=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 155 - color contains mainly: blue. Hex color #847E9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847E9B is #7B8164. Grayscale: #828282. Windows color (decimal): -8094053 or 10190468. OLE color: 10190468.
HSL color Cylindrical-coordinate representation of color #847E9B: hue angle of 252.41º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #847E9B is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 126 | 155 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.39 |
| HSL | 252.41º | 0.13% | 0.55% | - |
| HSV(B) | 252.41º | 0.19% | 0.61% | - |
| XYZ | 22.89 | 22.19 | 34.09 | - |
| YUV | 131.1 | 141.49 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 155 | 0.15 | 0.19 | 0 | 0.39 | 252.41 | 0.13 | 0.55 |
| Hex | 84 | 7E | 9B | F | 13 | 0 | 27 | FC | D | 37 |
| Octal | 204 | 176 | 233 | 17 | 23 | 0 | 47 | 374 | 15 | 67 |
| Binary | 10000100 | 1111110 | 10011011 | 1111 | 10011 | 0 | 100111 | 11111100 | 1101 | 110111 |
Color Harmonies of #847E9B
Complementary color
Monochromatic Colors of #847E9B
Black with #847E9B
Text Example
Text Example
White with #847E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847E9B; }
p { color: rgb(132,126,155); }
H1.HeaderClassName
{
color: #847E9B;
}
.AnyTagClassName
{
color: #847E9B;
}
</style>
background-color css
<style>
a { background-color: #847E9B; }
a { background-color: rgb(132,126,155); }
div.DivClassName
{
background-color: #847E9B;
}
.BgClassName
{
background-color: #847E9B;
}
</style>
border-color css
<style>
span { border-color: #847E9B; }
span { border-color: rgb(132,126,155); }
td.TdClassName
{
border-color: #847E9B;
}
.TagClassName
{
border-color: #847E9B;
}
</style>