Shades of Ce Soir #8C799F
Tints of Ce Soir #8C799F
RGB
CMYK
RGB Variations
Color information
#8C799F (or 0x8C799F) is known color: Ce Soir. HEX triplet: 8C, 79 and 9F. RGB value is (140,121,159). Sum of RGB (Red+Green+Blue) = 140+121+159=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 159 - color contains mainly: blue. Hex color #8C799F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C799F is #738660. Grayscale: #828282. Windows color (decimal): -7571041 or 10451340. OLE color: 10451340.
HSL color Cylindrical-coordinate representation of color #8C799F: hue angle of 270º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8C799F is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 121 | 159 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.38 |
| HSL | 270º | 0.17% | 0.55% | - |
| HSV(B) | 270º | 0.24% | 0.62% | - |
| XYZ | 23.91 | 21.75 | 35.74 | - |
| YUV | 131.01 | 143.79 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 121 | 159 | 0.12 | 0.24 | 0 | 0.38 | 270 | 0.17 | 0.55 |
| Hex | 8C | 79 | 9F | C | 18 | 0 | 26 | 10E | 11 | 37 |
| Octal | 214 | 171 | 237 | 14 | 30 | 0 | 46 | 416 | 21 | 67 |
| Binary | 10001100 | 1111001 | 10011111 | 1100 | 11000 | 0 | 100110 | 100001110 | 10001 | 110111 |
Color Harmonies of #8C799F
Complementary color
Monochromatic Colors of #8C799F
Black with #8C799F
Text Example
Text Example
White with #8C799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C799F; }
p { color: rgb(140,121,159); }
H1.HeaderClassName
{
color: #8C799F;
}
.AnyTagClassName
{
color: #8C799F;
}
</style>
background-color css
<style>
a { background-color: #8C799F; }
a { background-color: rgb(140,121,159); }
div.DivClassName
{
background-color: #8C799F;
}
.BgClassName
{
background-color: #8C799F;
}
</style>
border-color css
<style>
span { border-color: #8C799F; }
span { border-color: rgb(140,121,159); }
td.TdClassName
{
border-color: #8C799F;
}
.TagClassName
{
border-color: #8C799F;
}
</style>