Shades of Ce Soir #8C779C
Tints of Ce Soir #8C779C
RGB
CMYK
RGB Variations
Color information
#8C779C (or 0x8C779C) is known color: Ce Soir. HEX triplet: 8C, 77 and 9C. RGB value is (140,119,156). Sum of RGB (Red+Green+Blue) = 140+119+156=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 156 - color contains mainly: blue. Hex color #8C779C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C779C is #738863. Grayscale: #818181. Windows color (decimal): -7571556 or 10254220. OLE color: 10254220.
HSL color Cylindrical-coordinate representation of color #8C779C: hue angle of 274.05º 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 #8C779C is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 119 | 156 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.39 |
| HSL | 274.05º | 0.16% | 0.54% | - |
| HSV(B) | 274.05º | 0.24% | 0.61% | - |
| XYZ | 23.41 | 21.17 | 34.3 | - |
| YUV | 129.5 | 142.96 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 119 | 156 | 0.10 | 0.24 | 0 | 0.39 | 274.05 | 0.16 | 0.54 |
| Hex | 8C | 77 | 9C | A | 18 | 0 | 27 | 112 | 10 | 36 |
| Octal | 214 | 167 | 234 | 12 | 30 | 0 | 47 | 422 | 20 | 66 |
| Binary | 10001100 | 1110111 | 10011100 | 1010 | 11000 | 0 | 100111 | 100010010 | 10000 | 110110 |
Color Harmonies of #8C779C
Complementary color
Monochromatic Colors of #8C779C
Black with #8C779C
Text Example
Text Example
White with #8C779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C779C; }
p { color: rgb(140,119,156); }
H1.HeaderClassName
{
color: #8C779C;
}
.AnyTagClassName
{
color: #8C779C;
}
</style>
background-color css
<style>
a { background-color: #8C779C; }
a { background-color: rgb(140,119,156); }
div.DivClassName
{
background-color: #8C779C;
}
.BgClassName
{
background-color: #8C779C;
}
</style>
border-color css
<style>
span { border-color: #8C779C; }
span { border-color: rgb(140,119,156); }
td.TdClassName
{
border-color: #8C779C;
}
.TagClassName
{
border-color: #8C779C;
}
</style>