Shades of Deluge #8C7DAB
Tints of Deluge #8C7DAB
RGB
CMYK
RGB Variations
Color information
#8C7DAB (or 0x8C7DAB) is known color: Deluge. HEX triplet: 8C, 7D and AB. RGB value is (140,125,171). Sum of RGB (Red+Green+Blue) = 140+125+171=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C7DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7DAB is #738254. Grayscale: #868686. Windows color (decimal): -7570005 or 11238796. OLE color: 11238796.
HSL color Cylindrical-coordinate representation of color #8C7DAB: hue angle of 259.57º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C7DAB is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 125 | 171 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.33 |
| HSL | 259.57º | 0.21% | 0.58% | - |
| HSV(B) | 259.57º | 0.27% | 0.67% | - |
| XYZ | 25.5 | 23.18 | 41.66 | - |
| YUV | 134.73 | 148.47 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 125 | 171 | 0.18 | 0.27 | 0 | 0.33 | 259.57 | 0.21 | 0.58 |
| Hex | 8C | 7D | AB | 12 | 1B | 0 | 21 | 104 | 15 | 3A |
| Octal | 214 | 175 | 253 | 22 | 33 | 0 | 41 | 404 | 25 | 72 |
| Binary | 10001100 | 1111101 | 10101011 | 10010 | 11011 | 0 | 100001 | 100000100 | 10101 | 111010 |
Color Harmonies of #8C7DAB
Complementary color
Monochromatic Colors of #8C7DAB
Black with #8C7DAB
Text Example
Text Example
White with #8C7DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7DAB; }
p { color: rgb(140,125,171); }
H1.HeaderClassName
{
color: #8C7DAB;
}
.AnyTagClassName
{
color: #8C7DAB;
}
</style>
background-color css
<style>
a { background-color: #8C7DAB; }
a { background-color: rgb(140,125,171); }
div.DivClassName
{
background-color: #8C7DAB;
}
.BgClassName
{
background-color: #8C7DAB;
}
</style>
border-color css
<style>
span { border-color: #8C7DAB; }
span { border-color: rgb(140,125,171); }
td.TdClassName
{
border-color: #8C7DAB;
}
.TagClassName
{
border-color: #8C7DAB;
}
</style>