Shades of Deluge #847E96
Tints of Deluge #847E96
RGB
CMYK
RGB Variations
Color information
#847E96 (or 0x847E96) is known color: Deluge. HEX triplet: 84, 7E and 96. RGB value is (132,126,150). Sum of RGB (Red+Green+Blue) = 132+126+150=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 150 - color contains mainly: blue. Hex color #847E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847E96 is #7B8169. Grayscale: #828282. Windows color (decimal): -8094058 or 9862788. OLE color: 9862788.
HSL color Cylindrical-coordinate representation of color #847E96: hue angle of 255º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #847E96 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 126 | 150 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.41 |
| HSL | 255º | 0.1% | 0.54% | - |
| HSV(B) | 255º | 0.16% | 0.59% | - |
| XYZ | 22.48 | 22.03 | 31.92 | - |
| YUV | 130.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 150 | 0.12 | 0.16 | 0 | 0.41 | 255 | 0.1 | 0.54 |
| Hex | 84 | 7E | 96 | C | 10 | 0 | 29 | FF | A | 36 |
| Octal | 204 | 176 | 226 | 14 | 20 | 0 | 51 | 377 | 12 | 66 |
| Binary | 10000100 | 1111110 | 10010110 | 1100 | 10000 | 0 | 101001 | 11111111 | 1010 | 110110 |
Color Harmonies of #847E96
Complementary color
Monochromatic Colors of #847E96
Black with #847E96
Text Example
Text Example
White with #847E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847E96; }
p { color: rgb(132,126,150); }
H1.HeaderClassName
{
color: #847E96;
}
.AnyTagClassName
{
color: #847E96;
}
</style>
background-color css
<style>
a { background-color: #847E96; }
a { background-color: rgb(132,126,150); }
div.DivClassName
{
background-color: #847E96;
}
.BgClassName
{
background-color: #847E96;
}
</style>
border-color css
<style>
span { border-color: #847E96; }
span { border-color: rgb(132,126,150); }
td.TdClassName
{
border-color: #847E96;
}
.TagClassName
{
border-color: #847E96;
}
</style>