Shades of Deluge #8C7CA1
Tints of Deluge #8C7CA1
RGB
CMYK
RGB Variations
Color information
#8C7CA1 (or 0x8C7CA1) is known color: Deluge. HEX triplet: 8C, 7C and A1. RGB value is (140,124,161). Sum of RGB (Red+Green+Blue) = 140+124+161=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 161 (63.28% from 255 or 37.88% from 425); Max value from RGB is 161 - color contains mainly: blue. Hex color #8C7CA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7CA1 is #73835E. Grayscale: #848484. Windows color (decimal): -7570271 or 10583180. OLE color: 10583180.
HSL color Cylindrical-coordinate representation of color #8C7CA1: hue angle of 265.95º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8C7CA1 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 124 | 161 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.37 |
| HSL | 265.95º | 0.16% | 0.56% | - |
| HSV(B) | 265.95º | 0.23% | 0.63% | - |
| XYZ | 24.46 | 22.56 | 36.78 | - |
| YUV | 133 | 143.8 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 124 | 161 | 0.13 | 0.23 | 0 | 0.37 | 265.95 | 0.16 | 0.56 |
| Hex | 8C | 7C | A1 | D | 17 | 0 | 25 | 10A | 10 | 38 |
| Octal | 214 | 174 | 241 | 15 | 27 | 0 | 45 | 412 | 20 | 70 |
| Binary | 10001100 | 1111100 | 10100001 | 1101 | 10111 | 0 | 100101 | 100001010 | 10000 | 111000 |
Color Harmonies of #8C7CA1
Complementary color
Monochromatic Colors of #8C7CA1
Black with #8C7CA1
Text Example
Text Example
White with #8C7CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7CA1; }
p { color: rgb(140,124,161); }
H1.HeaderClassName
{
color: #8C7CA1;
}
.AnyTagClassName
{
color: #8C7CA1;
}
</style>
background-color css
<style>
a { background-color: #8C7CA1; }
a { background-color: rgb(140,124,161); }
div.DivClassName
{
background-color: #8C7CA1;
}
.BgClassName
{
background-color: #8C7CA1;
}
</style>
border-color css
<style>
span { border-color: #8C7CA1; }
span { border-color: rgb(140,124,161); }
td.TdClassName
{
border-color: #8C7CA1;
}
.TagClassName
{
border-color: #8C7CA1;
}
</style>