Shades of Ce Soir #8E779A
Tints of Ce Soir #8E779A
RGB
CMYK
RGB Variations
Color information
#8E779A (or 0x8E779A) is known color: Ce Soir. HEX triplet: 8E, 77 and 9A. RGB value is (142,119,154). Sum of RGB (Red+Green+Blue) = 142+119+154=415 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.22% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 154 - color contains mainly: blue. Hex color #8E779A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E779A is #718865. Grayscale: #818181. Windows color (decimal): -7440486 or 10123150. OLE color: 10123150.
HSL color Cylindrical-coordinate representation of color #8E779A: hue angle of 279.43º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8E779A is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 142 | 119 | 154 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.40 |
| HSL | 279.43º | 0.15% | 0.54% | - |
| HSV(B) | 279.43º | 0.23% | 0.6% | - |
| XYZ | 23.58 | 21.28 | 33.44 | - |
| YUV | 129.87 | 141.62 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 119 | 154 | 0.08 | 0.23 | 0 | 0.40 | 279.43 | 0.15 | 0.54 |
| Hex | 8E | 77 | 9A | 8 | 17 | 0 | 28 | 117 | F | 36 |
| Octal | 216 | 167 | 232 | 10 | 27 | 0 | 50 | 427 | 17 | 66 |
| Binary | 10001110 | 1110111 | 10011010 | 1000 | 10111 | 0 | 101000 | 100010111 | 1111 | 110110 |
Color Harmonies of #8E779A
Complementary color
Monochromatic Colors of #8E779A
Black with #8E779A
Text Example
Text Example
White with #8E779A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E779A; }
p { color: rgb(142,119,154); }
H1.HeaderClassName
{
color: #8E779A;
}
.AnyTagClassName
{
color: #8E779A;
}
</style>
background-color css
<style>
a { background-color: #8E779A; }
a { background-color: rgb(142,119,154); }
div.DivClassName
{
background-color: #8E779A;
}
.BgClassName
{
background-color: #8E779A;
}
</style>
border-color css
<style>
span { border-color: #8E779A; }
span { border-color: rgb(142,119,154); }
td.TdClassName
{
border-color: #8E779A;
}
.TagClassName
{
border-color: #8E779A;
}
</style>