Shades of Deluge #8D849C
Tints of Deluge #8D849C
RGB
CMYK
RGB Variations
Color information
#8D849C (or 0x8D849C) is known color: Deluge. HEX triplet: 8D, 84 and 9C. RGB value is (141,132,156). Sum of RGB (Red+Green+Blue) = 141+132+156=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 156 - color contains mainly: blue. Hex color #8D849C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D849C is #727B63. Grayscale: #898989. Windows color (decimal): -7502692 or 10257549. OLE color: 10257549.
HSL color Cylindrical-coordinate representation of color #8D849C: hue angle of 262.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8D849C is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 132 | 156 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.39 |
| HSL | 262.5º | 0.11% | 0.56% | - |
| HSV(B) | 262.5º | 0.15% | 0.61% | - |
| XYZ | 25.24 | 24.57 | 34.86 | - |
| YUV | 137.43 | 138.48 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 132 | 156 | 0.10 | 0.15 | 0 | 0.39 | 262.5 | 0.11 | 0.56 |
| Hex | 8D | 84 | 9C | A | F | 0 | 27 | 106 | B | 38 |
| Octal | 215 | 204 | 234 | 12 | 17 | 0 | 47 | 406 | 13 | 70 |
| Binary | 10001101 | 10000100 | 10011100 | 1010 | 1111 | 0 | 100111 | 100000110 | 1011 | 111000 |
Color Harmonies of #8D849C
Complementary color
Monochromatic Colors of #8D849C
Black with #8D849C
Text Example
Text Example
White with #8D849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D849C; }
p { color: rgb(141,132,156); }
H1.HeaderClassName
{
color: #8D849C;
}
.AnyTagClassName
{
color: #8D849C;
}
</style>
background-color css
<style>
a { background-color: #8D849C; }
a { background-color: rgb(141,132,156); }
div.DivClassName
{
background-color: #8D849C;
}
.BgClassName
{
background-color: #8D849C;
}
</style>
border-color css
<style>
span { border-color: #8D849C; }
span { border-color: rgb(141,132,156); }
td.TdClassName
{
border-color: #8D849C;
}
.TagClassName
{
border-color: #8D849C;
}
</style>