Shades of Deluge #8C7CB1
Tints of Deluge #8C7CB1
RGB
CMYK
RGB Variations
Color information
#8C7CB1 (or 0x8C7CB1) is known color: Deluge. HEX triplet: 8C, 7C and B1. RGB value is (140,124,177). Sum of RGB (Red+Green+Blue) = 140+124+177=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 177 - color contains mainly: blue. Hex color #8C7CB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7CB1 is #73834E. Grayscale: #868686. Windows color (decimal): -7570255 or 11631756. OLE color: 11631756.
HSL color Cylindrical-coordinate representation of color #8C7CB1: hue angle of 258.11º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8C7CB1 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 124 | 177 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.31 |
| HSL | 258.11º | 0.25% | 0.59% | - |
| HSV(B) | 258.11º | 0.3% | 0.69% | - |
| XYZ | 25.96 | 23.17 | 44.7 | - |
| YUV | 134.83 | 151.8 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 124 | 177 | 0.21 | 0.30 | 0 | 0.31 | 258.11 | 0.25 | 0.59 |
| Hex | 8C | 7C | B1 | 15 | 1E | 0 | 1F | 102 | 19 | 3B |
| Octal | 214 | 174 | 261 | 25 | 36 | 0 | 37 | 402 | 31 | 73 |
| Binary | 10001100 | 1111100 | 10110001 | 10101 | 11110 | 0 | 11111 | 100000010 | 11001 | 111011 |
Color Harmonies of #8C7CB1
Complementary color
Monochromatic Colors of #8C7CB1
Black with #8C7CB1
Text Example
Text Example
White with #8C7CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7CB1; }
p { color: rgb(140,124,177); }
H1.HeaderClassName
{
color: #8C7CB1;
}
.AnyTagClassName
{
color: #8C7CB1;
}
</style>
background-color css
<style>
a { background-color: #8C7CB1; }
a { background-color: rgb(140,124,177); }
div.DivClassName
{
background-color: #8C7CB1;
}
.BgClassName
{
background-color: #8C7CB1;
}
</style>
border-color css
<style>
span { border-color: #8C7CB1; }
span { border-color: rgb(140,124,177); }
td.TdClassName
{
border-color: #8C7CB1;
}
.TagClassName
{
border-color: #8C7CB1;
}
</style>