Shades of Ce Soir #8C729D
Tints of Ce Soir #8C729D
RGB
CMYK
RGB Variations
Color information
#8C729D (or 0x8C729D) is known color: Ce Soir. HEX triplet: 8C, 72 and 9D. RGB value is (140,114,157). Sum of RGB (Red+Green+Blue) = 140+114+157=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C729D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C729D is #738D62. Grayscale: #7E7E7E. Windows color (decimal): -7572835 or 10318476. OLE color: 10318476.
HSL color Cylindrical-coordinate representation of color #8C729D: hue angle of 276.28º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C729D is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 114 | 157 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.38 |
| HSL | 276.28º | 0.18% | 0.53% | - |
| HSV(B) | 276.28º | 0.27% | 0.62% | - |
| XYZ | 22.92 | 20.04 | 34.56 | - |
| YUV | 126.68 | 145.11 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 114 | 157 | 0.11 | 0.27 | 0 | 0.38 | 276.28 | 0.18 | 0.53 |
| Hex | 8C | 72 | 9D | B | 1B | 0 | 26 | 114 | 12 | 35 |
| Octal | 214 | 162 | 235 | 13 | 33 | 0 | 46 | 424 | 22 | 65 |
| Binary | 10001100 | 1110010 | 10011101 | 1011 | 11011 | 0 | 100110 | 100010100 | 10010 | 110101 |
Color Harmonies of #8C729D
Complementary color
Monochromatic Colors of #8C729D
Black with #8C729D
Text Example
Text Example
White with #8C729D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C729D; }
p { color: rgb(140,114,157); }
H1.HeaderClassName
{
color: #8C729D;
}
.AnyTagClassName
{
color: #8C729D;
}
</style>
background-color css
<style>
a { background-color: #8C729D; }
a { background-color: rgb(140,114,157); }
div.DivClassName
{
background-color: #8C729D;
}
.BgClassName
{
background-color: #8C729D;
}
</style>
border-color css
<style>
span { border-color: #8C729D; }
span { border-color: rgb(140,114,157); }
td.TdClassName
{
border-color: #8C729D;
}
.TagClassName
{
border-color: #8C729D;
}
</style>