Shades of Ce Soir #876CA0
Tints of Ce Soir #876CA0
RGB
CMYK
RGB Variations
Color information
#876CA0 (or 0x876CA0) is known color: Ce Soir. HEX triplet: 87, 6C and A0. RGB value is (135,108,160). Sum of RGB (Red+Green+Blue) = 135+108+160=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 160 - color contains mainly: blue. Hex color #876CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876CA0 is #78935F. Grayscale: #797979. Windows color (decimal): -7902048 or 10513543. OLE color: 10513543.
HSL color Cylindrical-coordinate representation of color #876CA0: hue angle of 271.15º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #876CA0 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 135 | 108 | 160 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.37 |
| HSL | 271.15º | 0.21% | 0.53% | - |
| HSV(B) | 271.15º | 0.33% | 0.63% | - |
| XYZ | 21.7 | 18.41 | 35.67 | - |
| YUV | 122 | 149.45 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 108 | 160 | 0.16 | 0.32 | 0 | 0.37 | 271.15 | 0.21 | 0.53 |
| Hex | 87 | 6C | A0 | 10 | 20 | 0 | 25 | 10F | 15 | 35 |
| Octal | 207 | 154 | 240 | 20 | 40 | 0 | 45 | 417 | 25 | 65 |
| Binary | 10000111 | 1101100 | 10100000 | 10000 | 100000 | 0 | 100101 | 100001111 | 10101 | 110101 |
Color Harmonies of #876CA0
Complementary color
Monochromatic Colors of #876CA0
Black with #876CA0
Text Example
Text Example
White with #876CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876CA0; }
p { color: rgb(135,108,160); }
H1.HeaderClassName
{
color: #876CA0;
}
.AnyTagClassName
{
color: #876CA0;
}
</style>
background-color css
<style>
a { background-color: #876CA0; }
a { background-color: rgb(135,108,160); }
div.DivClassName
{
background-color: #876CA0;
}
.BgClassName
{
background-color: #876CA0;
}
</style>
border-color css
<style>
span { border-color: #876CA0; }
span { border-color: rgb(135,108,160); }
td.TdClassName
{
border-color: #876CA0;
}
.TagClassName
{
border-color: #876CA0;
}
</style>