Shades of Ce Soir #976AB2
Tints of Ce Soir #976AB2
RGB
CMYK
RGB Variations
Color information
#976AB2 (or 0x976AB2) is known color: Ce Soir. HEX triplet: 97, 6A and B2. RGB value is (151,106,178). Sum of RGB (Red+Green+Blue) = 151+106+178=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 178 - color contains mainly: blue. Hex color #976AB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976AB2 is #68954D. Grayscale: #7F7F7F. Windows color (decimal): -6853966 or 11692695. OLE color: 11692695.
HSL color Cylindrical-coordinate representation of color #976AB2: hue angle of 277.5º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #976AB2 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 151 | 106 | 178 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.30 |
| HSL | 277.5º | 0.32% | 0.56% | - |
| HSV(B) | 277.5º | 0.4% | 0.7% | - |
| XYZ | 25.95 | 20.1 | 44.63 | - |
| YUV | 127.66 | 156.41 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 106 | 178 | 0.15 | 0.40 | 0 | 0.30 | 277.5 | 0.32 | 0.56 |
| Hex | 97 | 6A | B2 | F | 28 | 0 | 1E | 116 | 20 | 38 |
| Octal | 227 | 152 | 262 | 17 | 50 | 0 | 36 | 426 | 40 | 70 |
| Binary | 10010111 | 1101010 | 10110010 | 1111 | 101000 | 0 | 11110 | 100010110 | 100000 | 111000 |
Color Harmonies of #976AB2
Complementary color
Monochromatic Colors of #976AB2
Black with #976AB2
Text Example
Text Example
White with #976AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976AB2; }
p { color: rgb(151,106,178); }
H1.HeaderClassName
{
color: #976AB2;
}
.AnyTagClassName
{
color: #976AB2;
}
</style>
background-color css
<style>
a { background-color: #976AB2; }
a { background-color: rgb(151,106,178); }
div.DivClassName
{
background-color: #976AB2;
}
.BgClassName
{
background-color: #976AB2;
}
</style>
border-color css
<style>
span { border-color: #976AB2; }
span { border-color: rgb(151,106,178); }
td.TdClassName
{
border-color: #976AB2;
}
.TagClassName
{
border-color: #976AB2;
}
</style>