Shades of Ce Soir #976EA4
Tints of Ce Soir #976EA4
RGB
CMYK
RGB Variations
Color information
#976EA4 (or 0x976EA4) is known color: Ce Soir. HEX triplet: 97, 6E and A4. RGB value is (151,110,164). Sum of RGB (Red+Green+Blue) = 151+110+164=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 164 - color contains mainly: blue. Hex color #976EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976EA4 is #68915B. Grayscale: #808080. Windows color (decimal): -6852956 or 10776215. OLE color: 10776215.
HSL color Cylindrical-coordinate representation of color #976EA4: hue angle of 285.56º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #976EA4 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 110 | 164 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.36 |
| HSL | 285.56º | 0.23% | 0.54% | - |
| HSV(B) | 285.56º | 0.33% | 0.64% | - |
| XYZ | 25.04 | 20.41 | 37.74 | - |
| YUV | 128.42 | 148.08 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 110 | 164 | 0.08 | 0.33 | 0 | 0.36 | 285.56 | 0.23 | 0.54 |
| Hex | 97 | 6E | A4 | 8 | 21 | 0 | 24 | 11E | 17 | 36 |
| Octal | 227 | 156 | 244 | 10 | 41 | 0 | 44 | 436 | 27 | 66 |
| Binary | 10010111 | 1101110 | 10100100 | 1000 | 100001 | 0 | 100100 | 100011110 | 10111 | 110110 |
Color Harmonies of #976EA4
Complementary color
Monochromatic Colors of #976EA4
Black with #976EA4
Text Example
Text Example
White with #976EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976EA4; }
p { color: rgb(151,110,164); }
H1.HeaderClassName
{
color: #976EA4;
}
.AnyTagClassName
{
color: #976EA4;
}
</style>
background-color css
<style>
a { background-color: #976EA4; }
a { background-color: rgb(151,110,164); }
div.DivClassName
{
background-color: #976EA4;
}
.BgClassName
{
background-color: #976EA4;
}
</style>
border-color css
<style>
span { border-color: #976EA4; }
span { border-color: rgb(151,110,164); }
td.TdClassName
{
border-color: #976EA4;
}
.TagClassName
{
border-color: #976EA4;
}
</style>