Shades of Ce Soir #976BA3
Tints of Ce Soir #976BA3
RGB
CMYK
RGB Variations
Color information
#976BA3 (or 0x976BA3) is known color: Ce Soir. HEX triplet: 97, 6B and A3. RGB value is (151,107,163). Sum of RGB (Red+Green+Blue) = 151+107+163=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 163 (64.06% from 255 or 38.72% from 421); Max value from RGB is 163 - color contains mainly: blue. Hex color #976BA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976BA3 is #68945C. Grayscale: #7E7E7E. Windows color (decimal): -6853725 or 10709911. OLE color: 10709911.
HSL color Cylindrical-coordinate representation of color #976BA3: hue angle of 287.14º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #976BA3 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 107 | 163 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.36 |
| HSL | 287.14º | 0.23% | 0.53% | - |
| HSV(B) | 287.14º | 0.34% | 0.64% | - |
| XYZ | 24.63 | 19.74 | 37.16 | - |
| YUV | 126.54 | 148.58 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 107 | 163 | 0.07 | 0.34 | 0 | 0.36 | 287.14 | 0.23 | 0.53 |
| Hex | 97 | 6B | A3 | 7 | 22 | 0 | 24 | 11F | 17 | 35 |
| Octal | 227 | 153 | 243 | 7 | 42 | 0 | 44 | 437 | 27 | 65 |
| Binary | 10010111 | 1101011 | 10100011 | 111 | 100010 | 0 | 100100 | 100011111 | 10111 | 110101 |
Color Harmonies of #976BA3
Complementary color
Monochromatic Colors of #976BA3
Black with #976BA3
Text Example
Text Example
White with #976BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976BA3; }
p { color: rgb(151,107,163); }
H1.HeaderClassName
{
color: #976BA3;
}
.AnyTagClassName
{
color: #976BA3;
}
</style>
background-color css
<style>
a { background-color: #976BA3; }
a { background-color: rgb(151,107,163); }
div.DivClassName
{
background-color: #976BA3;
}
.BgClassName
{
background-color: #976BA3;
}
</style>
border-color css
<style>
span { border-color: #976BA3; }
span { border-color: rgb(151,107,163); }
td.TdClassName
{
border-color: #976BA3;
}
.TagClassName
{
border-color: #976BA3;
}
</style>