Shades of Ce Soir #865CA7
Tints of Ce Soir #865CA7
RGB
CMYK
RGB Variations
Color information
#865CA7 (or 0x865CA7) is known color: Ce Soir. HEX triplet: 86, 5C and A7. RGB value is (134,92,167). Sum of RGB (Red+Green+Blue) = 134+92+167=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 167 (65.62% from 255 or 42.49% from 393); Max value from RGB is 167 - color contains mainly: blue. Hex color #865CA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865CA7 is #79A358. Grayscale: #707070. Windows color (decimal): -7971673 or 10968198. OLE color: 10968198.
HSL color Cylindrical-coordinate representation of color #865CA7: hue angle of 273.6º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #865CA7 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 92 | 167 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.35 |
| HSL | 273.6º | 0.3% | 0.51% | - |
| HSV(B) | 273.6º | 0.45% | 0.65% | - |
| XYZ | 20.63 | 15.51 | 38.47 | - |
| YUV | 113.11 | 158.41 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 167 | 0.20 | 0.45 | 0 | 0.35 | 273.6 | 0.3 | 0.51 |
| Hex | 86 | 5C | A7 | 14 | 2D | 0 | 23 | 112 | 1E | 33 |
| Octal | 206 | 134 | 247 | 24 | 55 | 0 | 43 | 422 | 36 | 63 |
| Binary | 10000110 | 1011100 | 10100111 | 10100 | 101101 | 0 | 100011 | 100010010 | 11110 | 110011 |
Color Harmonies of #865CA7
Complementary color
Monochromatic Colors of #865CA7
Black with #865CA7
Text Example
Text Example
White with #865CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865CA7; }
p { color: rgb(134,92,167); }
H1.HeaderClassName
{
color: #865CA7;
}
.AnyTagClassName
{
color: #865CA7;
}
</style>
background-color css
<style>
a { background-color: #865CA7; }
a { background-color: rgb(134,92,167); }
div.DivClassName
{
background-color: #865CA7;
}
.BgClassName
{
background-color: #865CA7;
}
</style>
border-color css
<style>
span { border-color: #865CA7; }
span { border-color: rgb(134,92,167); }
td.TdClassName
{
border-color: #865CA7;
}
.TagClassName
{
border-color: #865CA7;
}
</style>