Shades of Ce Soir #865BA5
Tints of Ce Soir #865BA5
RGB
CMYK
RGB Variations
Color information
#865BA5 (or 0x865BA5) is known color: Ce Soir. HEX triplet: 86, 5B and A5. RGB value is (134,91,165). Sum of RGB (Red+Green+Blue) = 134+91+165=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 165 (64.84% from 255 or 42.31% from 390); Max value from RGB is 165 - color contains mainly: blue. Hex color #865BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865BA5 is #79A45A. Grayscale: #707070. Windows color (decimal): -7971931 or 10836870. OLE color: 10836870.
HSL color Cylindrical-coordinate representation of color #865BA5: hue angle of 274.86º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #865BA5 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 91 | 165 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.35 |
| HSL | 274.86º | 0.29% | 0.5% | - |
| HSV(B) | 274.86º | 0.45% | 0.65% | - |
| XYZ | 20.36 | 15.27 | 37.47 | - |
| YUV | 112.29 | 157.75 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 165 | 0.19 | 0.45 | 0 | 0.35 | 274.86 | 0.29 | 0.5 |
| Hex | 86 | 5B | A5 | 13 | 2D | 0 | 23 | 113 | 1D | 32 |
| Octal | 206 | 133 | 245 | 23 | 55 | 0 | 43 | 423 | 35 | 62 |
| Binary | 10000110 | 1011011 | 10100101 | 10011 | 101101 | 0 | 100011 | 100010011 | 11101 | 110010 |
Color Harmonies of #865BA5
Complementary color
Monochromatic Colors of #865BA5
Black with #865BA5
Text Example
Text Example
White with #865BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865BA5; }
p { color: rgb(134,91,165); }
H1.HeaderClassName
{
color: #865BA5;
}
.AnyTagClassName
{
color: #865BA5;
}
</style>
background-color css
<style>
a { background-color: #865BA5; }
a { background-color: rgb(134,91,165); }
div.DivClassName
{
background-color: #865BA5;
}
.BgClassName
{
background-color: #865BA5;
}
</style>
border-color css
<style>
span { border-color: #865BA5; }
span { border-color: rgb(134,91,165); }
td.TdClassName
{
border-color: #865BA5;
}
.TagClassName
{
border-color: #865BA5;
}
</style>