Shades of Ce Soir #865EA5
Tints of Ce Soir #865EA5
RGB
CMYK
RGB Variations
Color information
#865EA5 (or 0x865EA5) is known color: Ce Soir. HEX triplet: 86, 5E and A5. RGB value is (134,94,165). Sum of RGB (Red+Green+Blue) = 134+94+165=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 165 (64.84% from 255 or 41.98% from 393); Max value from RGB is 165 - color contains mainly: blue. Hex color #865EA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865EA5 is #79A15A. Grayscale: #717171. Windows color (decimal): -7971163 or 10837638. OLE color: 10837638.
HSL color Cylindrical-coordinate representation of color #865EA5: hue angle of 273.8º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #865EA5 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 94 | 165 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.35 |
| HSL | 273.8º | 0.28% | 0.51% | - |
| HSV(B) | 273.8º | 0.43% | 0.65% | - |
| XYZ | 20.63 | 15.79 | 37.56 | - |
| YUV | 114.05 | 156.75 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 165 | 0.19 | 0.43 | 0 | 0.35 | 273.8 | 0.28 | 0.51 |
| Hex | 86 | 5E | A5 | 13 | 2B | 0 | 23 | 112 | 1C | 33 |
| Octal | 206 | 136 | 245 | 23 | 53 | 0 | 43 | 422 | 34 | 63 |
| Binary | 10000110 | 1011110 | 10100101 | 10011 | 101011 | 0 | 100011 | 100010010 | 11100 | 110011 |
Color Harmonies of #865EA5
Complementary color
Monochromatic Colors of #865EA5
Black with #865EA5
Text Example
Text Example
White with #865EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865EA5; }
p { color: rgb(134,94,165); }
H1.HeaderClassName
{
color: #865EA5;
}
.AnyTagClassName
{
color: #865EA5;
}
</style>
background-color css
<style>
a { background-color: #865EA5; }
a { background-color: rgb(134,94,165); }
div.DivClassName
{
background-color: #865EA5;
}
.BgClassName
{
background-color: #865EA5;
}
</style>
border-color css
<style>
span { border-color: #865EA5; }
span { border-color: rgb(134,94,165); }
td.TdClassName
{
border-color: #865EA5;
}
.TagClassName
{
border-color: #865EA5;
}
</style>