Shades of Ce Soir #8E769B
Tints of Ce Soir #8E769B
RGB
CMYK
RGB Variations
Color information
#8E769B (or 0x8E769B) is known color: Ce Soir. HEX triplet: 8E, 76 and 9B. RGB value is (142,118,155). Sum of RGB (Red+Green+Blue) = 142+118+155=415 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.22% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E769B is #718964. Grayscale: #818181. Windows color (decimal): -7440741 or 10188430. OLE color: 10188430.
HSL color Cylindrical-coordinate representation of color #8E769B: hue angle of 278.92º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8E769B is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 142 | 118 | 155 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.39 |
| HSL | 278.92º | 0.16% | 0.54% | - |
| HSV(B) | 278.92º | 0.24% | 0.61% | - |
| XYZ | 23.55 | 21.07 | 33.84 | - |
| YUV | 129.39 | 142.45 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 118 | 155 | 0.08 | 0.24 | 0 | 0.39 | 278.92 | 0.16 | 0.54 |
| Hex | 8E | 76 | 9B | 8 | 18 | 0 | 27 | 117 | 10 | 36 |
| Octal | 216 | 166 | 233 | 10 | 30 | 0 | 47 | 427 | 20 | 66 |
| Binary | 10001110 | 1110110 | 10011011 | 1000 | 11000 | 0 | 100111 | 100010111 | 10000 | 110110 |
Color Harmonies of #8E769B
Complementary color
Monochromatic Colors of #8E769B
Black with #8E769B
Text Example
Text Example
White with #8E769B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E769B; }
p { color: rgb(142,118,155); }
H1.HeaderClassName
{
color: #8E769B;
}
.AnyTagClassName
{
color: #8E769B;
}
</style>
background-color css
<style>
a { background-color: #8E769B; }
a { background-color: rgb(142,118,155); }
div.DivClassName
{
background-color: #8E769B;
}
.BgClassName
{
background-color: #8E769B;
}
</style>
border-color css
<style>
span { border-color: #8E769B; }
span { border-color: rgb(142,118,155); }
td.TdClassName
{
border-color: #8E769B;
}
.TagClassName
{
border-color: #8E769B;
}
</style>