Shades of Deluge #847B9D
Tints of Deluge #847B9D
RGB
CMYK
RGB Variations
Color information
#847B9D (or 0x847B9D) is known color: Deluge. HEX triplet: 84, 7B and 9D. RGB value is (132,123,157). Sum of RGB (Red+Green+Blue) = 132+123+157=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 157 - color contains mainly: blue. Hex color #847B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847B9D is #7B8462. Grayscale: #818181. Windows color (decimal): -8094819 or 10320772. OLE color: 10320772.
HSL color Cylindrical-coordinate representation of color #847B9D: hue angle of 255.88º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #847B9D is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 123 | 157 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.38 |
| HSL | 255.88º | 0.15% | 0.55% | - |
| HSV(B) | 255.88º | 0.22% | 0.62% | - |
| XYZ | 22.68 | 21.51 | 34.85 | - |
| YUV | 129.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 123 | 157 | 0.16 | 0.22 | 0 | 0.38 | 255.88 | 0.15 | 0.55 |
| Hex | 84 | 7B | 9D | 10 | 16 | 0 | 26 | 100 | F | 37 |
| Octal | 204 | 173 | 235 | 20 | 26 | 0 | 46 | 400 | 17 | 67 |
| Binary | 10000100 | 1111011 | 10011101 | 10000 | 10110 | 0 | 100110 | 100000000 | 1111 | 110111 |
Color Harmonies of #847B9D
Complementary color
Monochromatic Colors of #847B9D
Black with #847B9D
Text Example
Text Example
White with #847B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847B9D; }
p { color: rgb(132,123,157); }
H1.HeaderClassName
{
color: #847B9D;
}
.AnyTagClassName
{
color: #847B9D;
}
</style>
background-color css
<style>
a { background-color: #847B9D; }
a { background-color: rgb(132,123,157); }
div.DivClassName
{
background-color: #847B9D;
}
.BgClassName
{
background-color: #847B9D;
}
</style>
border-color css
<style>
span { border-color: #847B9D; }
span { border-color: rgb(132,123,157); }
td.TdClassName
{
border-color: #847B9D;
}
.TagClassName
{
border-color: #847B9D;
}
</style>