Shades of Deluge #8C7D9E
Tints of Deluge #8C7D9E
RGB
CMYK
RGB Variations
Color information
#8C7D9E (or 0x8C7D9E) is known color: Deluge. HEX triplet: 8C, 7D and 9E. RGB value is (140,125,158). Sum of RGB (Red+Green+Blue) = 140+125+158=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C7D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7D9E is #738261. Grayscale: #858585. Windows color (decimal): -7570018 or 10386828. OLE color: 10386828.
HSL color Cylindrical-coordinate representation of color #8C7D9E: hue angle of 267.27º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C7D9E is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 125 | 158 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.38 |
| HSL | 267.27º | 0.15% | 0.55% | - |
| HSV(B) | 267.27º | 0.21% | 0.62% | - |
| XYZ | 24.32 | 22.71 | 35.45 | - |
| YUV | 133.25 | 141.97 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 125 | 158 | 0.11 | 0.21 | 0 | 0.38 | 267.27 | 0.15 | 0.55 |
| Hex | 8C | 7D | 9E | B | 15 | 0 | 26 | 10B | F | 37 |
| Octal | 214 | 175 | 236 | 13 | 25 | 0 | 46 | 413 | 17 | 67 |
| Binary | 10001100 | 1111101 | 10011110 | 1011 | 10101 | 0 | 100110 | 100001011 | 1111 | 110111 |
Color Harmonies of #8C7D9E
Complementary color
Monochromatic Colors of #8C7D9E
Black with #8C7D9E
Text Example
Text Example
White with #8C7D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7D9E; }
p { color: rgb(140,125,158); }
H1.HeaderClassName
{
color: #8C7D9E;
}
.AnyTagClassName
{
color: #8C7D9E;
}
</style>
background-color css
<style>
a { background-color: #8C7D9E; }
a { background-color: rgb(140,125,158); }
div.DivClassName
{
background-color: #8C7D9E;
}
.BgClassName
{
background-color: #8C7D9E;
}
</style>
border-color css
<style>
span { border-color: #8C7D9E; }
span { border-color: rgb(140,125,158); }
td.TdClassName
{
border-color: #8C7D9E;
}
.TagClassName
{
border-color: #8C7D9E;
}
</style>