Shades of Ce Soir #976AAB
Tints of Ce Soir #976AAB
RGB
CMYK
RGB Variations
Color information
#976AAB (or 0x976AAB) is known color: Ce Soir. HEX triplet: 97, 6A and AB. RGB value is (151,106,171). Sum of RGB (Red+Green+Blue) = 151+106+171=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #976AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976AAB is #689554. Grayscale: #7E7E7E. Windows color (decimal): -6853973 or 11233943. OLE color: 11233943.
HSL color Cylindrical-coordinate representation of color #976AAB: hue angle of 281.54º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #976AAB is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 106 | 171 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.33 |
| HSL | 281.54º | 0.28% | 0.54% | - |
| HSV(B) | 281.54º | 0.38% | 0.67% | - |
| XYZ | 25.27 | 19.83 | 41.02 | - |
| YUV | 126.87 | 152.91 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 106 | 171 | 0.12 | 0.38 | 0 | 0.33 | 281.54 | 0.28 | 0.54 |
| Hex | 97 | 6A | AB | C | 26 | 0 | 21 | 11A | 1C | 36 |
| Octal | 227 | 152 | 253 | 14 | 46 | 0 | 41 | 432 | 34 | 66 |
| Binary | 10010111 | 1101010 | 10101011 | 1100 | 100110 | 0 | 100001 | 100011010 | 11100 | 110110 |
Color Harmonies of #976AAB
Complementary color
Monochromatic Colors of #976AAB
Black with #976AAB
Text Example
Text Example
White with #976AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976AAB; }
p { color: rgb(151,106,171); }
H1.HeaderClassName
{
color: #976AAB;
}
.AnyTagClassName
{
color: #976AAB;
}
</style>
background-color css
<style>
a { background-color: #976AAB; }
a { background-color: rgb(151,106,171); }
div.DivClassName
{
background-color: #976AAB;
}
.BgClassName
{
background-color: #976AAB;
}
</style>
border-color css
<style>
span { border-color: #976AAB; }
span { border-color: rgb(151,106,171); }
td.TdClassName
{
border-color: #976AAB;
}
.TagClassName
{
border-color: #976AAB;
}
</style>