Shades of Deluge #8C7EB2
Tints of Deluge #8C7EB2
RGB
CMYK
RGB Variations
Color information
#8C7EB2 (or 0x8C7EB2) is known color: Deluge. HEX triplet: 8C, 7E and B2. RGB value is (140,126,178). Sum of RGB (Red+Green+Blue) = 140+126+178=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 178 - color contains mainly: blue. Hex color #8C7EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7EB2 is #73814D. Grayscale: #878787. Windows color (decimal): -7569742 or 11697804. OLE color: 11697804.
HSL color Cylindrical-coordinate representation of color #8C7EB2: hue angle of 256.15º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C7EB2 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 126 | 178 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.30 |
| HSL | 256.15º | 0.25% | 0.6% | - |
| HSV(B) | 256.15º | 0.29% | 0.7% | - |
| XYZ | 26.31 | 23.71 | 45.31 | - |
| YUV | 136.11 | 151.64 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 126 | 178 | 0.21 | 0.29 | 0 | 0.30 | 256.15 | 0.25 | 0.6 |
| Hex | 8C | 7E | B2 | 15 | 1D | 0 | 1E | 100 | 19 | 3C |
| Octal | 214 | 176 | 262 | 25 | 35 | 0 | 36 | 400 | 31 | 74 |
| Binary | 10001100 | 1111110 | 10110010 | 10101 | 11101 | 0 | 11110 | 100000000 | 11001 | 111100 |
Color Harmonies of #8C7EB2
Complementary color
Monochromatic Colors of #8C7EB2
Black with #8C7EB2
Text Example
Text Example
White with #8C7EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7EB2; }
p { color: rgb(140,126,178); }
H1.HeaderClassName
{
color: #8C7EB2;
}
.AnyTagClassName
{
color: #8C7EB2;
}
</style>
background-color css
<style>
a { background-color: #8C7EB2; }
a { background-color: rgb(140,126,178); }
div.DivClassName
{
background-color: #8C7EB2;
}
.BgClassName
{
background-color: #8C7EB2;
}
</style>
border-color css
<style>
span { border-color: #8C7EB2; }
span { border-color: rgb(140,126,178); }
td.TdClassName
{
border-color: #8C7EB2;
}
.TagClassName
{
border-color: #8C7EB2;
}
</style>