Shades of Ce Soir #876DA0
Tints of Ce Soir #876DA0
RGB
CMYK
RGB Variations
Color information
#876DA0 (or 0x876DA0) is known color: Ce Soir. HEX triplet: 87, 6D and A0. RGB value is (135,109,160). Sum of RGB (Red+Green+Blue) = 135+109+160=404 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.42% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 160 - color contains mainly: blue. Hex color #876DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876DA0 is #78925F. Grayscale: #7A7A7A. Windows color (decimal): -7901792 or 10513799. OLE color: 10513799.
HSL color Cylindrical-coordinate representation of color #876DA0: hue angle of 270.59º 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 #876DA0 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 135 | 109 | 160 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.37 |
| HSL | 270.59º | 0.21% | 0.53% | - |
| HSV(B) | 270.59º | 0.32% | 0.63% | - |
| XYZ | 21.81 | 18.63 | 35.7 | - |
| YUV | 122.59 | 149.11 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 109 | 160 | 0.16 | 0.32 | 0 | 0.37 | 270.59 | 0.21 | 0.53 |
| Hex | 87 | 6D | A0 | 10 | 20 | 0 | 25 | 10F | 15 | 35 |
| Octal | 207 | 155 | 240 | 20 | 40 | 0 | 45 | 417 | 25 | 65 |
| Binary | 10000111 | 1101101 | 10100000 | 10000 | 100000 | 0 | 100101 | 100001111 | 10101 | 110101 |
Color Harmonies of #876DA0
Complementary color
Monochromatic Colors of #876DA0
Black with #876DA0
Text Example
Text Example
White with #876DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876DA0; }
p { color: rgb(135,109,160); }
H1.HeaderClassName
{
color: #876DA0;
}
.AnyTagClassName
{
color: #876DA0;
}
</style>
background-color css
<style>
a { background-color: #876DA0; }
a { background-color: rgb(135,109,160); }
div.DivClassName
{
background-color: #876DA0;
}
.BgClassName
{
background-color: #876DA0;
}
</style>
border-color css
<style>
span { border-color: #876DA0; }
span { border-color: rgb(135,109,160); }
td.TdClassName
{
border-color: #876DA0;
}
.TagClassName
{
border-color: #876DA0;
}
</style>