Shades of Ce Soir #896BAC
Tints of Ce Soir #896BAC
RGB
CMYK
RGB Variations
Color information
#896BAC (or 0x896BAC) is known color: Ce Soir. HEX triplet: 89, 6B and AC. RGB value is (137,107,172). Sum of RGB (Red+Green+Blue) = 137+107+172=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #896BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896BAC is #769453. Grayscale: #7B7B7B. Windows color (decimal): -7771220 or 11299721. OLE color: 11299721.
HSL color Cylindrical-coordinate representation of color #896BAC: hue angle of 267.69º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #896BAC is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 107 | 172 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.33 |
| HSL | 267.69º | 0.28% | 0.55% | - |
| HSV(B) | 267.69º | 0.38% | 0.67% | - |
| XYZ | 23.02 | 18.81 | 41.45 | - |
| YUV | 123.38 | 155.44 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 107 | 172 | 0.20 | 0.38 | 0 | 0.33 | 267.69 | 0.28 | 0.55 |
| Hex | 89 | 6B | AC | 14 | 26 | 0 | 21 | 10C | 1C | 37 |
| Octal | 211 | 153 | 254 | 24 | 46 | 0 | 41 | 414 | 34 | 67 |
| Binary | 10001001 | 1101011 | 10101100 | 10100 | 100110 | 0 | 100001 | 100001100 | 11100 | 110111 |
Color Harmonies of #896BAC
Complementary color
Monochromatic Colors of #896BAC
Black with #896BAC
Text Example
Text Example
White with #896BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896BAC; }
p { color: rgb(137,107,172); }
H1.HeaderClassName
{
color: #896BAC;
}
.AnyTagClassName
{
color: #896BAC;
}
</style>
background-color css
<style>
a { background-color: #896BAC; }
a { background-color: rgb(137,107,172); }
div.DivClassName
{
background-color: #896BAC;
}
.BgClassName
{
background-color: #896BAC;
}
</style>
border-color css
<style>
span { border-color: #896BAC; }
span { border-color: rgb(137,107,172); }
td.TdClassName
{
border-color: #896BAC;
}
.TagClassName
{
border-color: #896BAC;
}
</style>