Shades of Deluge #8C7CAB
Tints of Deluge #8C7CAB
RGB
CMYK
RGB Variations
Color information
#8C7CAB (or 0x8C7CAB) is known color: Deluge. HEX triplet: 8C, 7C and AB. RGB value is (140,124,171). Sum of RGB (Red+Green+Blue) = 140+124+171=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C7CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7CAB is #738354. Grayscale: #858585. Windows color (decimal): -7570261 or 11238540. OLE color: 11238540.
HSL color Cylindrical-coordinate representation of color #8C7CAB: hue angle of 260.43º degrees, saturation: 0.22, 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 #8C7CAB is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 124 | 171 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.33 |
| HSL | 260.43º | 0.22% | 0.58% | - |
| HSV(B) | 260.43º | 0.27% | 0.67% | - |
| XYZ | 25.37 | 22.93 | 41.62 | - |
| YUV | 134.14 | 148.8 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 124 | 171 | 0.18 | 0.27 | 0 | 0.33 | 260.43 | 0.22 | 0.58 |
| Hex | 8C | 7C | AB | 12 | 1B | 0 | 21 | 104 | 16 | 3A |
| Octal | 214 | 174 | 253 | 22 | 33 | 0 | 41 | 404 | 26 | 72 |
| Binary | 10001100 | 1111100 | 10101011 | 10010 | 11011 | 0 | 100001 | 100000100 | 10110 | 111010 |
Color Harmonies of #8C7CAB
Complementary color
Monochromatic Colors of #8C7CAB
Black with #8C7CAB
Text Example
Text Example
White with #8C7CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7CAB; }
p { color: rgb(140,124,171); }
H1.HeaderClassName
{
color: #8C7CAB;
}
.AnyTagClassName
{
color: #8C7CAB;
}
</style>
background-color css
<style>
a { background-color: #8C7CAB; }
a { background-color: rgb(140,124,171); }
div.DivClassName
{
background-color: #8C7CAB;
}
.BgClassName
{
background-color: #8C7CAB;
}
</style>
border-color css
<style>
span { border-color: #8C7CAB; }
span { border-color: rgb(140,124,171); }
td.TdClassName
{
border-color: #8C7CAB;
}
.TagClassName
{
border-color: #8C7CAB;
}
</style>