Shades of Ce Soir #875EA2
Tints of Ce Soir #875EA2
RGB
CMYK
RGB Variations
Color information
#875EA2 (or 0x875EA2) is known color: Ce Soir. HEX triplet: 87, 5E and A2. RGB value is (135,94,162). Sum of RGB (Red+Green+Blue) = 135+94+162=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 162 (63.67% from 255 or 41.43% from 391); Max value from RGB is 162 - color contains mainly: blue. Hex color #875EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875EA2 is #78A15D. Grayscale: #717171. Windows color (decimal): -7905630 or 10641031. OLE color: 10641031.
HSL color Cylindrical-coordinate representation of color #875EA2: hue angle of 276.18º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #875EA2 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 135 | 94 | 162 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.36 |
| HSL | 276.18º | 0.27% | 0.5% | - |
| HSV(B) | 276.18º | 0.42% | 0.64% | - |
| XYZ | 20.52 | 15.76 | 36.14 | - |
| YUV | 114.01 | 155.08 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 94 | 162 | 0.17 | 0.42 | 0 | 0.36 | 276.18 | 0.27 | 0.5 |
| Hex | 87 | 5E | A2 | 11 | 2A | 0 | 24 | 114 | 1B | 32 |
| Octal | 207 | 136 | 242 | 21 | 52 | 0 | 44 | 424 | 33 | 62 |
| Binary | 10000111 | 1011110 | 10100010 | 10001 | 101010 | 0 | 100100 | 100010100 | 11011 | 110010 |
Color Harmonies of #875EA2
Complementary color
Monochromatic Colors of #875EA2
Black with #875EA2
Text Example
Text Example
White with #875EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875EA2; }
p { color: rgb(135,94,162); }
H1.HeaderClassName
{
color: #875EA2;
}
.AnyTagClassName
{
color: #875EA2;
}
</style>
background-color css
<style>
a { background-color: #875EA2; }
a { background-color: rgb(135,94,162); }
div.DivClassName
{
background-color: #875EA2;
}
.BgClassName
{
background-color: #875EA2;
}
</style>
border-color css
<style>
span { border-color: #875EA2; }
span { border-color: rgb(135,94,162); }
td.TdClassName
{
border-color: #875EA2;
}
.TagClassName
{
border-color: #875EA2;
}
</style>