Shades of Ce Soir #876A99
Tints of Ce Soir #876A99
RGB
CMYK
RGB Variations
Color information
#876A99 (or 0x876A99) is known color: Ce Soir. HEX triplet: 87, 6A and 99. RGB value is (135,106,153). Sum of RGB (Red+Green+Blue) = 135+106+153=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 153 - color contains mainly: blue. Hex color #876A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876A99 is #789566. Grayscale: #777777. Windows color (decimal): -7902567 or 10054279. OLE color: 10054279.
HSL color Cylindrical-coordinate representation of color #876A99: hue angle of 277.02º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #876A99 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 135 | 106 | 153 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.4 |
| HSL | 277.02º | 0.19% | 0.51% | - |
| HSV(B) | 277.02º | 0.31% | 0.6% | - |
| XYZ | 20.9 | 17.76 | 32.46 | - |
| YUV | 120.03 | 146.61 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 106 | 153 | 0.12 | 0.31 | 0 | 0.4 | 277.02 | 0.19 | 0.51 |
| Hex | 87 | 6A | 99 | C | 1F | 0 | 28 | 115 | 13 | 33 |
| Octal | 207 | 152 | 231 | 14 | 37 | 0 | 50 | 425 | 23 | 63 |
| Binary | 10000111 | 1101010 | 10011001 | 1100 | 11111 | 0 | 101000 | 100010101 | 10011 | 110011 |
Color Harmonies of #876A99
Complementary color
Monochromatic Colors of #876A99
Black with #876A99
Text Example
Text Example
White with #876A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876A99; }
p { color: rgb(135,106,153); }
H1.HeaderClassName
{
color: #876A99;
}
.AnyTagClassName
{
color: #876A99;
}
</style>
background-color css
<style>
a { background-color: #876A99; }
a { background-color: rgb(135,106,153); }
div.DivClassName
{
background-color: #876A99;
}
.BgClassName
{
background-color: #876A99;
}
</style>
border-color css
<style>
span { border-color: #876A99; }
span { border-color: rgb(135,106,153); }
td.TdClassName
{
border-color: #876A99;
}
.TagClassName
{
border-color: #876A99;
}
</style>