Shades of Ce Soir #8E7CA4
Tints of Ce Soir #8E7CA4
RGB
CMYK
RGB Variations
Color information
#8E7CA4 (or 0x8E7CA4) is known color: Ce Soir. HEX triplet: 8E, 7C and A4. RGB value is (142,124,164). Sum of RGB (Red+Green+Blue) = 142+124+164=430 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.02% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 164 (64.45% from 255 or 38.14% from 430); Max value from RGB is 164 - color contains mainly: blue. Hex color #8E7CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7CA4 is #71835B. Grayscale: #858585. Windows color (decimal): -7439196 or 10779790. OLE color: 10779790.
HSL color Cylindrical-coordinate representation of color #8E7CA4: hue angle of 267º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8E7CA4 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 124 | 164 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.36 |
| HSL | 267º | 0.18% | 0.56% | - |
| HSV(B) | 267º | 0.24% | 0.64% | - |
| XYZ | 25.06 | 22.85 | 38.21 | - |
| YUV | 133.94 | 144.96 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 124 | 164 | 0.13 | 0.24 | 0 | 0.36 | 267 | 0.18 | 0.56 |
| Hex | 8E | 7C | A4 | D | 18 | 0 | 24 | 10B | 12 | 38 |
| Octal | 216 | 174 | 244 | 15 | 30 | 0 | 44 | 413 | 22 | 70 |
| Binary | 10001110 | 1111100 | 10100100 | 1101 | 11000 | 0 | 100100 | 100001011 | 10010 | 111000 |
Color Harmonies of #8E7CA4
Complementary color
Monochromatic Colors of #8E7CA4
Black with #8E7CA4
Text Example
Text Example
White with #8E7CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7CA4; }
p { color: rgb(142,124,164); }
H1.HeaderClassName
{
color: #8E7CA4;
}
.AnyTagClassName
{
color: #8E7CA4;
}
</style>
background-color css
<style>
a { background-color: #8E7CA4; }
a { background-color: rgb(142,124,164); }
div.DivClassName
{
background-color: #8E7CA4;
}
.BgClassName
{
background-color: #8E7CA4;
}
</style>
border-color css
<style>
span { border-color: #8E7CA4; }
span { border-color: rgb(142,124,164); }
td.TdClassName
{
border-color: #8E7CA4;
}
.TagClassName
{
border-color: #8E7CA4;
}
</style>