Shades of Ce Soir #865DA5
Tints of Ce Soir #865DA5
RGB
CMYK
RGB Variations
Color information
#865DA5 (or 0x865DA5) is known color: Ce Soir. HEX triplet: 86, 5D and A5. RGB value is (134,93,165). Sum of RGB (Red+Green+Blue) = 134+93+165=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 165 (64.84% from 255 or 42.09% from 392); Max value from RGB is 165 - color contains mainly: blue. Hex color #865DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865DA5 is #79A25A. Grayscale: #717171. Windows color (decimal): -7971419 or 10837382. OLE color: 10837382.
HSL color Cylindrical-coordinate representation of color #865DA5: hue angle of 274.17º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #865DA5 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 93 | 165 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.35 |
| HSL | 274.17º | 0.29% | 0.51% | - |
| HSV(B) | 274.17º | 0.44% | 0.65% | - |
| XYZ | 20.54 | 15.61 | 37.53 | - |
| YUV | 113.47 | 157.08 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 165 | 0.19 | 0.44 | 0 | 0.35 | 274.17 | 0.29 | 0.51 |
| Hex | 86 | 5D | A5 | 13 | 2C | 0 | 23 | 112 | 1D | 33 |
| Octal | 206 | 135 | 245 | 23 | 54 | 0 | 43 | 422 | 35 | 63 |
| Binary | 10000110 | 1011101 | 10100101 | 10011 | 101100 | 0 | 100011 | 100010010 | 11101 | 110011 |
Color Harmonies of #865DA5
Complementary color
Monochromatic Colors of #865DA5
Black with #865DA5
Text Example
Text Example
White with #865DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865DA5; }
p { color: rgb(134,93,165); }
H1.HeaderClassName
{
color: #865DA5;
}
.AnyTagClassName
{
color: #865DA5;
}
</style>
background-color css
<style>
a { background-color: #865DA5; }
a { background-color: rgb(134,93,165); }
div.DivClassName
{
background-color: #865DA5;
}
.BgClassName
{
background-color: #865DA5;
}
</style>
border-color css
<style>
span { border-color: #865DA5; }
span { border-color: rgb(134,93,165); }
td.TdClassName
{
border-color: #865DA5;
}
.TagClassName
{
border-color: #865DA5;
}
</style>