Shades of Ce Soir #8C789A
Tints of Ce Soir #8C789A
RGB
CMYK
RGB Variations
Color information
#8C789A (or 0x8C789A) is known color: Ce Soir. HEX triplet: 8C, 78 and 9A. RGB value is (140,120,154). Sum of RGB (Red+Green+Blue) = 140+120+154=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 154 - color contains mainly: blue. Hex color #8C789A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C789A is #738765. Grayscale: #818181. Windows color (decimal): -7571302 or 10123404. OLE color: 10123404.
HSL color Cylindrical-coordinate representation of color #8C789A: hue angle of 275.29º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8C789A is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 120 | 154 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.40 |
| HSL | 275.29º | 0.14% | 0.54% | - |
| HSV(B) | 275.29º | 0.22% | 0.6% | - |
| XYZ | 23.36 | 21.34 | 33.46 | - |
| YUV | 129.86 | 141.63 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 154 | 0.09 | 0.22 | 0 | 0.40 | 275.29 | 0.14 | 0.54 |
| Hex | 8C | 78 | 9A | 9 | 16 | 0 | 28 | 113 | E | 36 |
| Octal | 214 | 170 | 232 | 11 | 26 | 0 | 50 | 423 | 16 | 66 |
| Binary | 10001100 | 1111000 | 10011010 | 1001 | 10110 | 0 | 101000 | 100010011 | 1110 | 110110 |
Color Harmonies of #8C789A
Complementary color
Monochromatic Colors of #8C789A
Black with #8C789A
Text Example
Text Example
White with #8C789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C789A; }
p { color: rgb(140,120,154); }
H1.HeaderClassName
{
color: #8C789A;
}
.AnyTagClassName
{
color: #8C789A;
}
</style>
background-color css
<style>
a { background-color: #8C789A; }
a { background-color: rgb(140,120,154); }
div.DivClassName
{
background-color: #8C789A;
}
.BgClassName
{
background-color: #8C789A;
}
</style>
border-color css
<style>
span { border-color: #8C789A; }
span { border-color: rgb(140,120,154); }
td.TdClassName
{
border-color: #8C789A;
}
.TagClassName
{
border-color: #8C789A;
}
</style>