Shades of Deluge #8C7EA0
Tints of Deluge #8C7EA0
RGB
CMYK
RGB Variations
Color information
#8C7EA0 (or 0x8C7EA0) is known color: Deluge. HEX triplet: 8C, 7E and A0. RGB value is (140,126,160). Sum of RGB (Red+Green+Blue) = 140+126+160=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 160 - color contains mainly: blue. Hex color #8C7EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7EA0 is #73815F. Grayscale: #858585. Windows color (decimal): -7569760 or 10518156. OLE color: 10518156.
HSL color Cylindrical-coordinate representation of color #8C7EA0: hue angle of 264.71º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C7EA0 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 126 | 160 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.37 |
| HSL | 264.71º | 0.15% | 0.56% | - |
| HSV(B) | 264.71º | 0.21% | 0.63% | - |
| XYZ | 24.62 | 23.04 | 36.41 | - |
| YUV | 134.06 | 142.64 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 126 | 160 | 0.12 | 0.21 | 0 | 0.37 | 264.71 | 0.15 | 0.56 |
| Hex | 8C | 7E | A0 | C | 15 | 0 | 25 | 109 | F | 38 |
| Octal | 214 | 176 | 240 | 14 | 25 | 0 | 45 | 411 | 17 | 70 |
| Binary | 10001100 | 1111110 | 10100000 | 1100 | 10101 | 0 | 100101 | 100001001 | 1111 | 111000 |
Color Harmonies of #8C7EA0
Complementary color
Monochromatic Colors of #8C7EA0
Black with #8C7EA0
Text Example
Text Example
White with #8C7EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7EA0; }
p { color: rgb(140,126,160); }
H1.HeaderClassName
{
color: #8C7EA0;
}
.AnyTagClassName
{
color: #8C7EA0;
}
</style>
background-color css
<style>
a { background-color: #8C7EA0; }
a { background-color: rgb(140,126,160); }
div.DivClassName
{
background-color: #8C7EA0;
}
.BgClassName
{
background-color: #8C7EA0;
}
</style>
border-color css
<style>
span { border-color: #8C7EA0; }
span { border-color: rgb(140,126,160); }
td.TdClassName
{
border-color: #8C7EA0;
}
.TagClassName
{
border-color: #8C7EA0;
}
</style>