Shades of Ce Soir #976EA0
Tints of Ce Soir #976EA0
RGB
CMYK
RGB Variations
Color information
#976EA0 (or 0x976EA0) is known color: Ce Soir. HEX triplet: 97, 6E and A0. RGB value is (151,110,160). Sum of RGB (Red+Green+Blue) = 151+110+160=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 160 - color contains mainly: blue. Hex color #976EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976EA0 is #68915F. Grayscale: #7F7F7F. Windows color (decimal): -6852960 or 10514071. OLE color: 10514071.
HSL color Cylindrical-coordinate representation of color #976EA0: hue angle of 289.2º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #976EA0 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 151 | 110 | 160 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.37 |
| HSL | 289.2º | 0.21% | 0.53% | - |
| HSV(B) | 289.2º | 0.31% | 0.63% | - |
| XYZ | 24.68 | 20.27 | 35.87 | - |
| YUV | 127.96 | 146.08 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 110 | 160 | 0.06 | 0.31 | 0 | 0.37 | 289.2 | 0.21 | 0.53 |
| Hex | 97 | 6E | A0 | 6 | 1F | 0 | 25 | 121 | 15 | 35 |
| Octal | 227 | 156 | 240 | 6 | 37 | 0 | 45 | 441 | 25 | 65 |
| Binary | 10010111 | 1101110 | 10100000 | 110 | 11111 | 0 | 100101 | 100100001 | 10101 | 110101 |
Color Harmonies of #976EA0
Complementary color
Monochromatic Colors of #976EA0
Black with #976EA0
Text Example
Text Example
White with #976EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976EA0; }
p { color: rgb(151,110,160); }
H1.HeaderClassName
{
color: #976EA0;
}
.AnyTagClassName
{
color: #976EA0;
}
</style>
background-color css
<style>
a { background-color: #976EA0; }
a { background-color: rgb(151,110,160); }
div.DivClassName
{
background-color: #976EA0;
}
.BgClassName
{
background-color: #976EA0;
}
</style>
border-color css
<style>
span { border-color: #976EA0; }
span { border-color: rgb(151,110,160); }
td.TdClassName
{
border-color: #976EA0;
}
.TagClassName
{
border-color: #976EA0;
}
</style>