Shades of Ce Soir #8868AC
Tints of Ce Soir #8868AC
RGB
CMYK
RGB Variations
Color information
#8868AC (or 0x8868AC) is known color: Ce Soir. HEX triplet: 88, 68 and AC. RGB value is (136,104,172). Sum of RGB (Red+Green+Blue) = 136+104+172=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #8868AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8868AC is #779753. Grayscale: #797979. Windows color (decimal): -7837524 or 11298952. OLE color: 11298952.
HSL color Cylindrical-coordinate representation of color #8868AC: hue angle of 268.24º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8868AC is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 104 | 172 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.33 |
| HSL | 268.24º | 0.29% | 0.54% | - |
| HSV(B) | 268.24º | 0.4% | 0.67% | - |
| XYZ | 22.55 | 18.11 | 41.34 | - |
| YUV | 121.32 | 156.6 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 104 | 172 | 0.21 | 0.40 | 0 | 0.33 | 268.24 | 0.29 | 0.54 |
| Hex | 88 | 68 | AC | 15 | 28 | 0 | 21 | 10C | 1D | 36 |
| Octal | 210 | 150 | 254 | 25 | 50 | 0 | 41 | 414 | 35 | 66 |
| Binary | 10001000 | 1101000 | 10101100 | 10101 | 101000 | 0 | 100001 | 100001100 | 11101 | 110110 |
Color Harmonies of #8868AC
Complementary color
Monochromatic Colors of #8868AC
Black with #8868AC
Text Example
Text Example
White with #8868AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8868AC; }
p { color: rgb(136,104,172); }
H1.HeaderClassName
{
color: #8868AC;
}
.AnyTagClassName
{
color: #8868AC;
}
</style>
background-color css
<style>
a { background-color: #8868AC; }
a { background-color: rgb(136,104,172); }
div.DivClassName
{
background-color: #8868AC;
}
.BgClassName
{
background-color: #8868AC;
}
</style>
border-color css
<style>
span { border-color: #8868AC; }
span { border-color: rgb(136,104,172); }
td.TdClassName
{
border-color: #8868AC;
}
.TagClassName
{
border-color: #8868AC;
}
</style>