Shades of Ce Soir #8E789E
Tints of Ce Soir #8E789E
RGB
CMYK
RGB Variations
Color information
#8E789E (or 0x8E789E) is known color: Ce Soir. HEX triplet: 8E, 78 and 9E. RGB value is (142,120,158). Sum of RGB (Red+Green+Blue) = 142+120+158=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E789E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E789E is #718761. Grayscale: #828282. Windows color (decimal): -7440226 or 10385550. OLE color: 10385550.
HSL color Cylindrical-coordinate representation of color #8E789E: hue angle of 274.74º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8E789E is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 120 | 158 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.38 |
| HSL | 274.74º | 0.16% | 0.55% | - |
| HSV(B) | 274.74º | 0.24% | 0.62% | - |
| XYZ | 24.04 | 21.65 | 35.26 | - |
| YUV | 130.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 120 | 158 | 0.10 | 0.24 | 0 | 0.38 | 274.74 | 0.16 | 0.55 |
| Hex | 8E | 78 | 9E | A | 18 | 0 | 26 | 113 | 10 | 37 |
| Octal | 216 | 170 | 236 | 12 | 30 | 0 | 46 | 423 | 20 | 67 |
| Binary | 10001110 | 1111000 | 10011110 | 1010 | 11000 | 0 | 100110 | 100010011 | 10000 | 110111 |
Color Harmonies of #8E789E
Complementary color
Monochromatic Colors of #8E789E
Black with #8E789E
Text Example
Text Example
White with #8E789E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E789E; }
p { color: rgb(142,120,158); }
H1.HeaderClassName
{
color: #8E789E;
}
.AnyTagClassName
{
color: #8E789E;
}
</style>
background-color css
<style>
a { background-color: #8E789E; }
a { background-color: rgb(142,120,158); }
div.DivClassName
{
background-color: #8E789E;
}
.BgClassName
{
background-color: #8E789E;
}
</style>
border-color css
<style>
span { border-color: #8E789E; }
span { border-color: rgb(142,120,158); }
td.TdClassName
{
border-color: #8E789E;
}
.TagClassName
{
border-color: #8E789E;
}
</style>