Shades of Ce Soir #866B95
Tints of Ce Soir #866B95
RGB
CMYK
RGB Variations
Color information
#866B95 (or 0x866B95) is known color: Ce Soir. HEX triplet: 86, 6B and 95. RGB value is (134,107,149). Sum of RGB (Red+Green+Blue) = 134+107+149=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 149 - color contains mainly: blue. Hex color #866B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866B95 is #79946A. Grayscale: #777777. Windows color (decimal): -7967851 or 9792390. OLE color: 9792390.
HSL color Cylindrical-coordinate representation of color #866B95: hue angle of 278.57º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #866B95 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 134 | 107 | 149 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.42 |
| HSL | 278.57º | 0.17% | 0.5% | - |
| HSV(B) | 278.57º | 0.28% | 0.58% | - |
| XYZ | 20.51 | 17.75 | 30.78 | - |
| YUV | 119.86 | 144.45 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 107 | 149 | 0.10 | 0.28 | 0 | 0.42 | 278.57 | 0.17 | 0.5 |
| Hex | 86 | 6B | 95 | A | 1C | 0 | 2A | 117 | 11 | 32 |
| Octal | 206 | 153 | 225 | 12 | 34 | 0 | 52 | 427 | 21 | 62 |
| Binary | 10000110 | 1101011 | 10010101 | 1010 | 11100 | 0 | 101010 | 100010111 | 10001 | 110010 |
Color Harmonies of #866B95
Complementary color
Monochromatic Colors of #866B95
Black with #866B95
Text Example
Text Example
White with #866B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866B95; }
p { color: rgb(134,107,149); }
H1.HeaderClassName
{
color: #866B95;
}
.AnyTagClassName
{
color: #866B95;
}
</style>
background-color css
<style>
a { background-color: #866B95; }
a { background-color: rgb(134,107,149); }
div.DivClassName
{
background-color: #866B95;
}
.BgClassName
{
background-color: #866B95;
}
</style>
border-color css
<style>
span { border-color: #866B95; }
span { border-color: rgb(134,107,149); }
td.TdClassName
{
border-color: #866B95;
}
.TagClassName
{
border-color: #866B95;
}
</style>