Shades of Deluge #847B9B
Tints of Deluge #847B9B
RGB
CMYK
RGB Variations
Color information
#847B9B (or 0x847B9B) is known color: Deluge. HEX triplet: 84, 7B and 9B. RGB value is (132,123,155). Sum of RGB (Red+Green+Blue) = 132+123+155=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 155 - color contains mainly: blue. Hex color #847B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847B9B is #7B8464. Grayscale: #818181. Windows color (decimal): -8094821 or 10189700. OLE color: 10189700.
HSL color Cylindrical-coordinate representation of color #847B9B: hue angle of 256.88º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #847B9B is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 123 | 155 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.39 |
| HSL | 256.88º | 0.14% | 0.55% | - |
| HSV(B) | 256.88º | 0.21% | 0.61% | - |
| XYZ | 22.52 | 21.44 | 33.96 | - |
| YUV | 129.34 | 142.48 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 123 | 155 | 0.15 | 0.21 | 0 | 0.39 | 256.88 | 0.14 | 0.55 |
| Hex | 84 | 7B | 9B | F | 15 | 0 | 27 | 101 | E | 37 |
| Octal | 204 | 173 | 233 | 17 | 25 | 0 | 47 | 401 | 16 | 67 |
| Binary | 10000100 | 1111011 | 10011011 | 1111 | 10101 | 0 | 100111 | 100000001 | 1110 | 110111 |
Color Harmonies of #847B9B
Complementary color
Monochromatic Colors of #847B9B
Black with #847B9B
Text Example
Text Example
White with #847B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847B9B; }
p { color: rgb(132,123,155); }
H1.HeaderClassName
{
color: #847B9B;
}
.AnyTagClassName
{
color: #847B9B;
}
</style>
background-color css
<style>
a { background-color: #847B9B; }
a { background-color: rgb(132,123,155); }
div.DivClassName
{
background-color: #847B9B;
}
.BgClassName
{
background-color: #847B9B;
}
</style>
border-color css
<style>
span { border-color: #847B9B; }
span { border-color: rgb(132,123,155); }
td.TdClassName
{
border-color: #847B9B;
}
.TagClassName
{
border-color: #847B9B;
}
</style>