Shades of Ce Soir #896B9C
Tints of Ce Soir #896B9C
RGB
CMYK
RGB Variations
Color information
#896B9C (or 0x896B9C) is known color: Ce Soir. HEX triplet: 89, 6B and 9C. RGB value is (137,107,156). Sum of RGB (Red+Green+Blue) = 137+107+156=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 156 - color contains mainly: blue. Hex color #896B9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896B9C is #769463. Grayscale: #797979. Windows color (decimal): -7771236 or 10251145. OLE color: 10251145.
HSL color Cylindrical-coordinate representation of color #896B9C: hue angle of 276.73º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #896B9C is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 107 | 156 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.39 |
| HSL | 276.73º | 0.2% | 0.52% | - |
| HSV(B) | 276.73º | 0.31% | 0.61% | - |
| XYZ | 21.57 | 18.23 | 33.83 | - |
| YUV | 121.56 | 147.44 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 107 | 156 | 0.12 | 0.31 | 0 | 0.39 | 276.73 | 0.2 | 0.52 |
| Hex | 89 | 6B | 9C | C | 1F | 0 | 27 | 115 | 14 | 34 |
| Octal | 211 | 153 | 234 | 14 | 37 | 0 | 47 | 425 | 24 | 64 |
| Binary | 10001001 | 1101011 | 10011100 | 1100 | 11111 | 0 | 100111 | 100010101 | 10100 | 110100 |
Color Harmonies of #896B9C
Complementary color
Monochromatic Colors of #896B9C
Black with #896B9C
Text Example
Text Example
White with #896B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896B9C; }
p { color: rgb(137,107,156); }
H1.HeaderClassName
{
color: #896B9C;
}
.AnyTagClassName
{
color: #896B9C;
}
</style>
background-color css
<style>
a { background-color: #896B9C; }
a { background-color: rgb(137,107,156); }
div.DivClassName
{
background-color: #896B9C;
}
.BgClassName
{
background-color: #896B9C;
}
</style>
border-color css
<style>
span { border-color: #896B9C; }
span { border-color: rgb(137,107,156); }
td.TdClassName
{
border-color: #896B9C;
}
.TagClassName
{
border-color: #896B9C;
}
</style>