Shades of Deluge #8D7DA6
Tints of Deluge #8D7DA6
RGB
CMYK
RGB Variations
Color information
#8D7DA6 (or 0x8D7DA6) is known color: Deluge. HEX triplet: 8D, 7D and A6. RGB value is (141,125,166). Sum of RGB (Red+Green+Blue) = 141+125+166=432 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.64% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 166 (65.23% from 255 or 38.43% from 432); Max value from RGB is 166 - color contains mainly: blue. Hex color #8D7DA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7DA6 is #728259. Grayscale: #868686. Windows color (decimal): -7504474 or 10911117. OLE color: 10911117.
HSL color Cylindrical-coordinate representation of color #8D7DA6: hue angle of 263.41º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D7DA6 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 125 | 166 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.35 |
| HSL | 263.41º | 0.19% | 0.57% | - |
| HSV(B) | 263.41º | 0.25% | 0.65% | - |
| XYZ | 25.2 | 23.08 | 39.2 | - |
| YUV | 134.46 | 145.8 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 125 | 166 | 0.15 | 0.25 | 0 | 0.35 | 263.41 | 0.19 | 0.57 |
| Hex | 8D | 7D | A6 | F | 19 | 0 | 23 | 107 | 13 | 39 |
| Octal | 215 | 175 | 246 | 17 | 31 | 0 | 43 | 407 | 23 | 71 |
| Binary | 10001101 | 1111101 | 10100110 | 1111 | 11001 | 0 | 100011 | 100000111 | 10011 | 111001 |
Color Harmonies of #8D7DA6
Complementary color
Monochromatic Colors of #8D7DA6
Black with #8D7DA6
Text Example
Text Example
White with #8D7DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7DA6; }
p { color: rgb(141,125,166); }
H1.HeaderClassName
{
color: #8D7DA6;
}
.AnyTagClassName
{
color: #8D7DA6;
}
</style>
background-color css
<style>
a { background-color: #8D7DA6; }
a { background-color: rgb(141,125,166); }
div.DivClassName
{
background-color: #8D7DA6;
}
.BgClassName
{
background-color: #8D7DA6;
}
</style>
border-color css
<style>
span { border-color: #8D7DA6; }
span { border-color: rgb(141,125,166); }
td.TdClassName
{
border-color: #8D7DA6;
}
.TagClassName
{
border-color: #8D7DA6;
}
</style>