Shades of Ce Soir #866BA1
Tints of Ce Soir #866BA1
RGB
CMYK
RGB Variations
Color information
#866BA1 (or 0x866BA1) is known color: Ce Soir. HEX triplet: 86, 6B and A1. RGB value is (134,107,161). Sum of RGB (Red+Green+Blue) = 134+107+161=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 161 (63.28% from 255 or 40.05% from 402); Max value from RGB is 161 - color contains mainly: blue. Hex color #866BA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866BA1 is #79945E. Grayscale: #797979. Windows color (decimal): -7967839 or 10578822. OLE color: 10578822.
HSL color Cylindrical-coordinate representation of color #866BA1: hue angle of 270º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #866BA1 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 107 | 161 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.37 |
| HSL | 270º | 0.22% | 0.53% | - |
| HSV(B) | 270º | 0.34% | 0.63% | - |
| XYZ | 21.52 | 18.16 | 36.09 | - |
| YUV | 121.23 | 150.45 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 107 | 161 | 0.17 | 0.34 | 0 | 0.37 | 270 | 0.22 | 0.53 |
| Hex | 86 | 6B | A1 | 11 | 22 | 0 | 25 | 10E | 16 | 35 |
| Octal | 206 | 153 | 241 | 21 | 42 | 0 | 45 | 416 | 26 | 65 |
| Binary | 10000110 | 1101011 | 10100001 | 10001 | 100010 | 0 | 100101 | 100001110 | 10110 | 110101 |
Color Harmonies of #866BA1
Complementary color
Monochromatic Colors of #866BA1
Black with #866BA1
Text Example
Text Example
White with #866BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866BA1; }
p { color: rgb(134,107,161); }
H1.HeaderClassName
{
color: #866BA1;
}
.AnyTagClassName
{
color: #866BA1;
}
</style>
background-color css
<style>
a { background-color: #866BA1; }
a { background-color: rgb(134,107,161); }
div.DivClassName
{
background-color: #866BA1;
}
.BgClassName
{
background-color: #866BA1;
}
</style>
border-color css
<style>
span { border-color: #866BA1; }
span { border-color: rgb(134,107,161); }
td.TdClassName
{
border-color: #866BA1;
}
.TagClassName
{
border-color: #866BA1;
}
</style>