Shades of Deluge #8C7EAB
Tints of Deluge #8C7EAB
RGB
CMYK
RGB Variations
Color information
#8C7EAB (or 0x8C7EAB) is known color: Deluge. HEX triplet: 8C, 7E and AB. RGB value is (140,126,171). Sum of RGB (Red+Green+Blue) = 140+126+171=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C7EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7EAB is #738154. Grayscale: #878787. Windows color (decimal): -7569749 or 11239052. OLE color: 11239052.
HSL color Cylindrical-coordinate representation of color #8C7EAB: hue angle of 258.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C7EAB is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 126 | 171 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.33 |
| HSL | 258.67º | 0.21% | 0.58% | - |
| HSV(B) | 258.67º | 0.26% | 0.67% | - |
| XYZ | 25.63 | 23.44 | 41.7 | - |
| YUV | 135.32 | 148.14 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 126 | 171 | 0.18 | 0.26 | 0 | 0.33 | 258.67 | 0.21 | 0.58 |
| Hex | 8C | 7E | AB | 12 | 1A | 0 | 21 | 103 | 15 | 3A |
| Octal | 214 | 176 | 253 | 22 | 32 | 0 | 41 | 403 | 25 | 72 |
| Binary | 10001100 | 1111110 | 10101011 | 10010 | 11010 | 0 | 100001 | 100000011 | 10101 | 111010 |
Color Harmonies of #8C7EAB
Complementary color
Monochromatic Colors of #8C7EAB
Black with #8C7EAB
Text Example
Text Example
White with #8C7EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7EAB; }
p { color: rgb(140,126,171); }
H1.HeaderClassName
{
color: #8C7EAB;
}
.AnyTagClassName
{
color: #8C7EAB;
}
</style>
background-color css
<style>
a { background-color: #8C7EAB; }
a { background-color: rgb(140,126,171); }
div.DivClassName
{
background-color: #8C7EAB;
}
.BgClassName
{
background-color: #8C7EAB;
}
</style>
border-color css
<style>
span { border-color: #8C7EAB; }
span { border-color: rgb(140,126,171); }
td.TdClassName
{
border-color: #8C7EAB;
}
.TagClassName
{
border-color: #8C7EAB;
}
</style>