Shades of Ce Soir #8C7D9D
Tints of Ce Soir #8C7D9D
RGB
CMYK
RGB Variations
Color information
#8C7D9D (or 0x8C7D9D) is known color: Ce Soir. HEX triplet: 8C, 7D and 9D. RGB value is (140,125,157). Sum of RGB (Red+Green+Blue) = 140+125+157=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C7D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7D9D is #738262. Grayscale: #858585. Windows color (decimal): -7570019 or 10321292. OLE color: 10321292.
HSL color Cylindrical-coordinate representation of color #8C7D9D: hue angle of 268.12º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8C7D9D is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 125 | 157 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.38 |
| HSL | 268.13º | 0.14% | 0.55% | - |
| HSV(B) | 268.13º | 0.2% | 0.62% | - |
| XYZ | 24.23 | 22.68 | 35 | - |
| YUV | 133.13 | 141.47 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 125 | 157 | 0.11 | 0.20 | 0 | 0.38 | 268.13 | 0.14 | 0.55 |
| Hex | 8C | 7D | 9D | B | 14 | 0 | 26 | 10C | E | 37 |
| Octal | 214 | 175 | 235 | 13 | 24 | 0 | 46 | 414 | 16 | 67 |
| Binary | 10001100 | 1111101 | 10011101 | 1011 | 10100 | 0 | 100110 | 100001100 | 1110 | 110111 |
Color Harmonies of #8C7D9D
Complementary color
Monochromatic Colors of #8C7D9D
Black with #8C7D9D
Text Example
Text Example
White with #8C7D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7D9D; }
p { color: rgb(140,125,157); }
H1.HeaderClassName
{
color: #8C7D9D;
}
.AnyTagClassName
{
color: #8C7D9D;
}
</style>
background-color css
<style>
a { background-color: #8C7D9D; }
a { background-color: rgb(140,125,157); }
div.DivClassName
{
background-color: #8C7D9D;
}
.BgClassName
{
background-color: #8C7D9D;
}
</style>
border-color css
<style>
span { border-color: #8C7D9D; }
span { border-color: rgb(140,125,157); }
td.TdClassName
{
border-color: #8C7D9D;
}
.TagClassName
{
border-color: #8C7D9D;
}
</style>