Shades of Ce Soir #976CA2
Tints of Ce Soir #976CA2
RGB
CMYK
RGB Variations
Color information
#976CA2 (or 0x976CA2) is known color: Ce Soir. HEX triplet: 97, 6C and A2. RGB value is (151,108,162). Sum of RGB (Red+Green+Blue) = 151+108+162=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 162 - color contains mainly: blue. Hex color #976CA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976CA2 is #68935D. Grayscale: #7E7E7E. Windows color (decimal): -6853470 or 10644631. OLE color: 10644631.
HSL color Cylindrical-coordinate representation of color #976CA2: hue angle of 287.78º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #976CA2 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 108 | 162 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.36 |
| HSL | 287.78º | 0.23% | 0.53% | - |
| HSV(B) | 287.78º | 0.33% | 0.64% | - |
| XYZ | 24.65 | 19.91 | 36.73 | - |
| YUV | 127.01 | 147.75 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 108 | 162 | 0.07 | 0.33 | 0 | 0.36 | 287.78 | 0.23 | 0.53 |
| Hex | 97 | 6C | A2 | 7 | 21 | 0 | 24 | 120 | 16 | 35 |
| Octal | 227 | 154 | 242 | 7 | 41 | 0 | 44 | 440 | 26 | 65 |
| Binary | 10010111 | 1101100 | 10100010 | 111 | 100001 | 0 | 100100 | 100100000 | 10110 | 110101 |
Color Harmonies of #976CA2
Complementary color
Monochromatic Colors of #976CA2
Black with #976CA2
Text Example
Text Example
White with #976CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976CA2; }
p { color: rgb(151,108,162); }
H1.HeaderClassName
{
color: #976CA2;
}
.AnyTagClassName
{
color: #976CA2;
}
</style>
background-color css
<style>
a { background-color: #976CA2; }
a { background-color: rgb(151,108,162); }
div.DivClassName
{
background-color: #976CA2;
}
.BgClassName
{
background-color: #976CA2;
}
</style>
border-color css
<style>
span { border-color: #976CA2; }
span { border-color: rgb(151,108,162); }
td.TdClassName
{
border-color: #976CA2;
}
.TagClassName
{
border-color: #976CA2;
}
</style>