Shades of Ce Soir #865BA2
Tints of Ce Soir #865BA2
RGB
CMYK
RGB Variations
Color information
#865BA2 (or 0x865BA2) is known color: Ce Soir. HEX triplet: 86, 5B and A2. RGB value is (134,91,162). Sum of RGB (Red+Green+Blue) = 134+91+162=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 162 - color contains mainly: blue. Hex color #865BA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865BA2 is #79A45D. Grayscale: #6F6F6F. Windows color (decimal): -7971934 or 10640262. OLE color: 10640262.
HSL color Cylindrical-coordinate representation of color #865BA2: hue angle of 276.34º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #865BA2 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 134 | 91 | 162 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.36 |
| HSL | 276.34º | 0.28% | 0.5% | - |
| HSV(B) | 276.34º | 0.44% | 0.64% | - |
| XYZ | 20.09 | 15.16 | 36.05 | - |
| YUV | 111.95 | 156.25 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 162 | 0.17 | 0.44 | 0 | 0.36 | 276.34 | 0.28 | 0.5 |
| Hex | 86 | 5B | A2 | 11 | 2C | 0 | 24 | 114 | 1C | 32 |
| Octal | 206 | 133 | 242 | 21 | 54 | 0 | 44 | 424 | 34 | 62 |
| Binary | 10000110 | 1011011 | 10100010 | 10001 | 101100 | 0 | 100100 | 100010100 | 11100 | 110010 |
Color Harmonies of #865BA2
Complementary color
Monochromatic Colors of #865BA2
Black with #865BA2
Text Example
Text Example
White with #865BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865BA2; }
p { color: rgb(134,91,162); }
H1.HeaderClassName
{
color: #865BA2;
}
.AnyTagClassName
{
color: #865BA2;
}
</style>
background-color css
<style>
a { background-color: #865BA2; }
a { background-color: rgb(134,91,162); }
div.DivClassName
{
background-color: #865BA2;
}
.BgClassName
{
background-color: #865BA2;
}
</style>
border-color css
<style>
span { border-color: #865BA2; }
span { border-color: rgb(134,91,162); }
td.TdClassName
{
border-color: #865BA2;
}
.TagClassName
{
border-color: #865BA2;
}
</style>