Shades of Deluge #8C7E9E
Tints of Deluge #8C7E9E
RGB
CMYK
RGB Variations
Color information
#8C7E9E (or 0x8C7E9E) is known color: Deluge. HEX triplet: 8C, 7E and 9E. RGB value is (140,126,158). Sum of RGB (Red+Green+Blue) = 140+126+158=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C7E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7E9E is #738161. Grayscale: #858585. Windows color (decimal): -7569762 or 10387084. OLE color: 10387084.
HSL color Cylindrical-coordinate representation of color #8C7E9E: hue angle of 266.25º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8C7E9E is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 126 | 158 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.38 |
| HSL | 266.25º | 0.14% | 0.56% | - |
| HSV(B) | 266.25º | 0.2% | 0.62% | - |
| XYZ | 24.45 | 22.97 | 35.49 | - |
| YUV | 133.83 | 141.64 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 126 | 158 | 0.11 | 0.20 | 0 | 0.38 | 266.25 | 0.14 | 0.56 |
| Hex | 8C | 7E | 9E | B | 14 | 0 | 26 | 10A | E | 38 |
| Octal | 214 | 176 | 236 | 13 | 24 | 0 | 46 | 412 | 16 | 70 |
| Binary | 10001100 | 1111110 | 10011110 | 1011 | 10100 | 0 | 100110 | 100001010 | 1110 | 111000 |
Color Harmonies of #8C7E9E
Complementary color
Monochromatic Colors of #8C7E9E
Black with #8C7E9E
Text Example
Text Example
White with #8C7E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7E9E; }
p { color: rgb(140,126,158); }
H1.HeaderClassName
{
color: #8C7E9E;
}
.AnyTagClassName
{
color: #8C7E9E;
}
</style>
background-color css
<style>
a { background-color: #8C7E9E; }
a { background-color: rgb(140,126,158); }
div.DivClassName
{
background-color: #8C7E9E;
}
.BgClassName
{
background-color: #8C7E9E;
}
</style>
border-color css
<style>
span { border-color: #8C7E9E; }
span { border-color: rgb(140,126,158); }
td.TdClassName
{
border-color: #8C7E9E;
}
.TagClassName
{
border-color: #8C7E9E;
}
</style>