Shades of Ce Soir #977EAA
Tints of Ce Soir #977EAA
RGB
CMYK
RGB Variations
Color information
#977EAA (or 0x977EAA) is known color: Ce Soir. HEX triplet: 97, 7E and AA. RGB value is (151,126,170). Sum of RGB (Red+Green+Blue) = 151+126+170=447 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.78% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 170 - color contains mainly: blue. Hex color #977EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977EAA is #688155. Grayscale: #8A8A8A. Windows color (decimal): -6848854 or 11173527. OLE color: 11173527.
HSL color Cylindrical-coordinate representation of color #977EAA: hue angle of 274.09º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #977EAA is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 126 | 170 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.33 |
| HSL | 274.09º | 0.21% | 0.58% | - |
| HSV(B) | 274.09º | 0.26% | 0.67% | - |
| XYZ | 27.48 | 24.4 | 41.29 | - |
| YUV | 138.49 | 145.78 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 126 | 170 | 0.11 | 0.26 | 0 | 0.33 | 274.09 | 0.21 | 0.58 |
| Hex | 97 | 7E | AA | B | 1A | 0 | 21 | 112 | 15 | 3A |
| Octal | 227 | 176 | 252 | 13 | 32 | 0 | 41 | 422 | 25 | 72 |
| Binary | 10010111 | 1111110 | 10101010 | 1011 | 11010 | 0 | 100001 | 100010010 | 10101 | 111010 |
Color Harmonies of #977EAA
Complementary color
Monochromatic Colors of #977EAA
Black with #977EAA
Text Example
Text Example
White with #977EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977EAA; }
p { color: rgb(151,126,170); }
H1.HeaderClassName
{
color: #977EAA;
}
.AnyTagClassName
{
color: #977EAA;
}
</style>
background-color css
<style>
a { background-color: #977EAA; }
a { background-color: rgb(151,126,170); }
div.DivClassName
{
background-color: #977EAA;
}
.BgClassName
{
background-color: #977EAA;
}
</style>
border-color css
<style>
span { border-color: #977EAA; }
span { border-color: rgb(151,126,170); }
td.TdClassName
{
border-color: #977EAA;
}
.TagClassName
{
border-color: #977EAA;
}
</style>