Shades of Deluge #847E95
Tints of Deluge #847E95
RGB
CMYK
RGB Variations
Color information
#847E95 (or 0x847E95) is known color: Deluge. HEX triplet: 84, 7E and 95. RGB value is (132,126,149). Sum of RGB (Red+Green+Blue) = 132+126+149=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 149 - color contains mainly: blue. Hex color #847E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847E95 is #7B816A. Grayscale: #828282. Windows color (decimal): -8094059 or 9797252. OLE color: 9797252.
HSL color Cylindrical-coordinate representation of color #847E95: hue angle of 255.65º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #847E95 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 126 | 149 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.42 |
| HSL | 255.65º | 0.1% | 0.54% | - |
| HSV(B) | 255.65º | 0.15% | 0.58% | - |
| XYZ | 22.4 | 22 | 31.5 | - |
| YUV | 130.42 | 138.49 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 149 | 0.11 | 0.15 | 0 | 0.42 | 255.65 | 0.1 | 0.54 |
| Hex | 84 | 7E | 95 | B | F | 0 | 2A | 100 | A | 36 |
| Octal | 204 | 176 | 225 | 13 | 17 | 0 | 52 | 400 | 12 | 66 |
| Binary | 10000100 | 1111110 | 10010101 | 1011 | 1111 | 0 | 101010 | 100000000 | 1010 | 110110 |
Color Harmonies of #847E95
Complementary color
Monochromatic Colors of #847E95
Black with #847E95
Text Example
Text Example
White with #847E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847E95; }
p { color: rgb(132,126,149); }
H1.HeaderClassName
{
color: #847E95;
}
.AnyTagClassName
{
color: #847E95;
}
</style>
background-color css
<style>
a { background-color: #847E95; }
a { background-color: rgb(132,126,149); }
div.DivClassName
{
background-color: #847E95;
}
.BgClassName
{
background-color: #847E95;
}
</style>
border-color css
<style>
span { border-color: #847E95; }
span { border-color: rgb(132,126,149); }
td.TdClassName
{
border-color: #847E95;
}
.TagClassName
{
border-color: #847E95;
}
</style>