Shades of Ce Soir #8C779B
Tints of Ce Soir #8C779B
RGB
CMYK
RGB Variations
Color information
#8C779B (or 0x8C779B) is known color: Ce Soir. HEX triplet: 8C, 77 and 9B. RGB value is (140,119,155). Sum of RGB (Red+Green+Blue) = 140+119+155=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C779B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C779B is #738864. Grayscale: #818181. Windows color (decimal): -7571557 or 10188684. OLE color: 10188684.
HSL color Cylindrical-coordinate representation of color #8C779B: hue angle of 275º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8C779B is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 119 | 155 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.39 |
| HSL | 275º | 0.15% | 0.54% | - |
| HSV(B) | 275º | 0.23% | 0.61% | - |
| XYZ | 23.33 | 21.14 | 33.86 | - |
| YUV | 129.38 | 142.46 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 119 | 155 | 0.10 | 0.23 | 0 | 0.39 | 275 | 0.15 | 0.54 |
| Hex | 8C | 77 | 9B | A | 17 | 0 | 27 | 113 | F | 36 |
| Octal | 214 | 167 | 233 | 12 | 27 | 0 | 47 | 423 | 17 | 66 |
| Binary | 10001100 | 1110111 | 10011011 | 1010 | 10111 | 0 | 100111 | 100010011 | 1111 | 110110 |
Color Harmonies of #8C779B
Complementary color
Monochromatic Colors of #8C779B
Black with #8C779B
Text Example
Text Example
White with #8C779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C779B; }
p { color: rgb(140,119,155); }
H1.HeaderClassName
{
color: #8C779B;
}
.AnyTagClassName
{
color: #8C779B;
}
</style>
background-color css
<style>
a { background-color: #8C779B; }
a { background-color: rgb(140,119,155); }
div.DivClassName
{
background-color: #8C779B;
}
.BgClassName
{
background-color: #8C779B;
}
</style>
border-color css
<style>
span { border-color: #8C779B; }
span { border-color: rgb(140,119,155); }
td.TdClassName
{
border-color: #8C779B;
}
.TagClassName
{
border-color: #8C779B;
}
</style>