Shades of Ce Soir #846B96
Tints of Ce Soir #846B96
RGB
CMYK
RGB Variations
Color information
#846B96 (or 0x846B96) is known color: Ce Soir. HEX triplet: 84, 6B and 96. RGB value is (132,107,150). Sum of RGB (Red+Green+Blue) = 132+107+150=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 150 - color contains mainly: blue. Hex color #846B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846B96 is #7B9469. Grayscale: #777777. Windows color (decimal): -8098922 or 9857924. OLE color: 9857924.
HSL color Cylindrical-coordinate representation of color #846B96: hue angle of 274.88º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #846B96 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 107 | 150 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.41 |
| HSL | 274.88º | 0.17% | 0.5% | - |
| HSV(B) | 274.88º | 0.29% | 0.59% | - |
| XYZ | 20.28 | 17.62 | 31.19 | - |
| YUV | 119.38 | 145.28 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 150 | 0.12 | 0.29 | 0 | 0.41 | 274.88 | 0.17 | 0.5 |
| Hex | 84 | 6B | 96 | C | 1D | 0 | 29 | 113 | 11 | 32 |
| Octal | 204 | 153 | 226 | 14 | 35 | 0 | 51 | 423 | 21 | 62 |
| Binary | 10000100 | 1101011 | 10010110 | 1100 | 11101 | 0 | 101001 | 100010011 | 10001 | 110010 |
Color Harmonies of #846B96
Complementary color
Monochromatic Colors of #846B96
Black with #846B96
Text Example
Text Example
White with #846B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846B96; }
p { color: rgb(132,107,150); }
H1.HeaderClassName
{
color: #846B96;
}
.AnyTagClassName
{
color: #846B96;
}
</style>
background-color css
<style>
a { background-color: #846B96; }
a { background-color: rgb(132,107,150); }
div.DivClassName
{
background-color: #846B96;
}
.BgClassName
{
background-color: #846B96;
}
</style>
border-color css
<style>
span { border-color: #846B96; }
span { border-color: rgb(132,107,150); }
td.TdClassName
{
border-color: #846B96;
}
.TagClassName
{
border-color: #846B96;
}
</style>