Shades of Ce Soir #865BA8
Tints of Ce Soir #865BA8
RGB
CMYK
RGB Variations
Color information
#865BA8 (or 0x865BA8) is known color: Ce Soir. HEX triplet: 86, 5B and A8. RGB value is (134,91,168). Sum of RGB (Red+Green+Blue) = 134+91+168=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 168 (66.02% from 255 or 42.75% from 393); Max value from RGB is 168 - color contains mainly: blue. Hex color #865BA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865BA8 is #79A457. Grayscale: #707070. Windows color (decimal): -7971928 or 11033478. OLE color: 11033478.
HSL color Cylindrical-coordinate representation of color #865BA8: hue angle of 273.51º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #865BA8 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 134 | 91 | 168 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.34 |
| HSL | 273.51º | 0.31% | 0.51% | - |
| HSV(B) | 273.51º | 0.46% | 0.66% | - |
| XYZ | 20.64 | 15.38 | 38.93 | - |
| YUV | 112.64 | 159.25 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 168 | 0.20 | 0.46 | 0 | 0.34 | 273.51 | 0.31 | 0.51 |
| Hex | 86 | 5B | A8 | 14 | 2E | 0 | 22 | 112 | 1F | 33 |
| Octal | 206 | 133 | 250 | 24 | 56 | 0 | 42 | 422 | 37 | 63 |
| Binary | 10000110 | 1011011 | 10101000 | 10100 | 101110 | 0 | 100010 | 100010010 | 11111 | 110011 |
Color Harmonies of #865BA8
Complementary color
Monochromatic Colors of #865BA8
Black with #865BA8
Text Example
Text Example
White with #865BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865BA8; }
p { color: rgb(134,91,168); }
H1.HeaderClassName
{
color: #865BA8;
}
.AnyTagClassName
{
color: #865BA8;
}
</style>
background-color css
<style>
a { background-color: #865BA8; }
a { background-color: rgb(134,91,168); }
div.DivClassName
{
background-color: #865BA8;
}
.BgClassName
{
background-color: #865BA8;
}
</style>
border-color css
<style>
span { border-color: #865BA8; }
span { border-color: rgb(134,91,168); }
td.TdClassName
{
border-color: #865BA8;
}
.TagClassName
{
border-color: #865BA8;
}
</style>