Shades of Deluge #8C7FA0
Tints of Deluge #8C7FA0
RGB
CMYK
RGB Variations
Color information
#8C7FA0 (or 0x8C7FA0) is known color: Deluge. HEX triplet: 8C, 7F and A0. RGB value is (140,127,160). Sum of RGB (Red+Green+Blue) = 140+127+160=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 160 - color contains mainly: blue. Hex color #8C7FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7FA0 is #73805F. Grayscale: #868686. Windows color (decimal): -7569504 or 10518412. OLE color: 10518412.
HSL color Cylindrical-coordinate representation of color #8C7FA0: hue angle of 263.64º 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 #8C7FA0 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 127 | 160 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.37 |
| HSL | 263.64º | 0.15% | 0.56% | - |
| HSV(B) | 263.64º | 0.21% | 0.63% | - |
| XYZ | 24.75 | 23.29 | 36.45 | - |
| YUV | 134.65 | 142.31 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 160 | 0.12 | 0.21 | 0 | 0.37 | 263.64 | 0.15 | 0.56 |
| Hex | 8C | 7F | A0 | C | 15 | 0 | 25 | 108 | F | 38 |
| Octal | 214 | 177 | 240 | 14 | 25 | 0 | 45 | 410 | 17 | 70 |
| Binary | 10001100 | 1111111 | 10100000 | 1100 | 10101 | 0 | 100101 | 100001000 | 1111 | 111000 |
Color Harmonies of #8C7FA0
Complementary color
Monochromatic Colors of #8C7FA0
Black with #8C7FA0
Text Example
Text Example
White with #8C7FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7FA0; }
p { color: rgb(140,127,160); }
H1.HeaderClassName
{
color: #8C7FA0;
}
.AnyTagClassName
{
color: #8C7FA0;
}
</style>
background-color css
<style>
a { background-color: #8C7FA0; }
a { background-color: rgb(140,127,160); }
div.DivClassName
{
background-color: #8C7FA0;
}
.BgClassName
{
background-color: #8C7FA0;
}
</style>
border-color css
<style>
span { border-color: #8C7FA0; }
span { border-color: rgb(140,127,160); }
td.TdClassName
{
border-color: #8C7FA0;
}
.TagClassName
{
border-color: #8C7FA0;
}
</style>