Shades of Deluge #8D7CA5
Tints of Deluge #8D7CA5
RGB
CMYK
RGB Variations
Color information
#8D7CA5 (or 0x8D7CA5) is known color: Deluge. HEX triplet: 8D, 7C and A5. RGB value is (141,124,165). Sum of RGB (Red+Green+Blue) = 141+124+165=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 165 - color contains mainly: blue. Hex color #8D7CA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7CA5 is #72835A. Grayscale: #858585. Windows color (decimal): -7504731 or 10845325. OLE color: 10845325.
HSL color Cylindrical-coordinate representation of color #8D7CA5: hue angle of 264.88º 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 #8D7CA5 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 124 | 165 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.35 |
| HSL | 264.88º | 0.19% | 0.57% | - |
| HSV(B) | 264.88º | 0.25% | 0.65% | - |
| XYZ | 24.98 | 22.79 | 38.68 | - |
| YUV | 133.76 | 145.63 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 124 | 165 | 0.15 | 0.25 | 0 | 0.35 | 264.88 | 0.19 | 0.57 |
| Hex | 8D | 7C | A5 | F | 19 | 0 | 23 | 109 | 13 | 39 |
| Octal | 215 | 174 | 245 | 17 | 31 | 0 | 43 | 411 | 23 | 71 |
| Binary | 10001101 | 1111100 | 10100101 | 1111 | 11001 | 0 | 100011 | 100001001 | 10011 | 111001 |
Color Harmonies of #8D7CA5
Complementary color
Monochromatic Colors of #8D7CA5
Black with #8D7CA5
Text Example
Text Example
White with #8D7CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7CA5; }
p { color: rgb(141,124,165); }
H1.HeaderClassName
{
color: #8D7CA5;
}
.AnyTagClassName
{
color: #8D7CA5;
}
</style>
background-color css
<style>
a { background-color: #8D7CA5; }
a { background-color: rgb(141,124,165); }
div.DivClassName
{
background-color: #8D7CA5;
}
.BgClassName
{
background-color: #8D7CA5;
}
</style>
border-color css
<style>
span { border-color: #8D7CA5; }
span { border-color: rgb(141,124,165); }
td.TdClassName
{
border-color: #8D7CA5;
}
.TagClassName
{
border-color: #8D7CA5;
}
</style>