Shades of Ce Soir #865CAC
Tints of Ce Soir #865CAC
RGB
CMYK
RGB Variations
Color information
#865CAC (or 0x865CAC) is known color: Ce Soir. HEX triplet: 86, 5C and AC. RGB value is (134,92,172). Sum of RGB (Red+Green+Blue) = 134+92+172=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #865CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865CAC is #79A353. Grayscale: #717171. Windows color (decimal): -7971668 or 11295878. OLE color: 11295878.
HSL color Cylindrical-coordinate representation of color #865CAC: hue angle of 271.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #865CAC is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 92 | 172 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.33 |
| HSL | 271.5º | 0.33% | 0.52% | - |
| HSV(B) | 271.5º | 0.47% | 0.67% | - |
| XYZ | 21.11 | 15.7 | 40.95 | - |
| YUV | 113.68 | 160.91 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 172 | 0.22 | 0.47 | 0 | 0.33 | 271.5 | 0.33 | 0.52 |
| Hex | 86 | 5C | AC | 16 | 2F | 0 | 21 | 110 | 21 | 34 |
| Octal | 206 | 134 | 254 | 26 | 57 | 0 | 41 | 420 | 41 | 64 |
| Binary | 10000110 | 1011100 | 10101100 | 10110 | 101111 | 0 | 100001 | 100010000 | 100001 | 110100 |
Color Harmonies of #865CAC
Complementary color
Monochromatic Colors of #865CAC
Black with #865CAC
Text Example
Text Example
White with #865CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865CAC; }
p { color: rgb(134,92,172); }
H1.HeaderClassName
{
color: #865CAC;
}
.AnyTagClassName
{
color: #865CAC;
}
</style>
background-color css
<style>
a { background-color: #865CAC; }
a { background-color: rgb(134,92,172); }
div.DivClassName
{
background-color: #865CAC;
}
.BgClassName
{
background-color: #865CAC;
}
</style>
border-color css
<style>
span { border-color: #865CAC; }
span { border-color: rgb(134,92,172); }
td.TdClassName
{
border-color: #865CAC;
}
.TagClassName
{
border-color: #865CAC;
}
</style>