Shades of Ce Soir #977DAA
Tints of Ce Soir #977DAA
RGB
CMYK
RGB Variations
Color information
#977DAA (or 0x977DAA) is known color: Ce Soir. HEX triplet: 97, 7D and AA. RGB value is (151,125,170). Sum of RGB (Red+Green+Blue) = 151+125+170=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 170 - color contains mainly: blue. Hex color #977DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977DAA is #688255. Grayscale: #898989. Windows color (decimal): -6849110 or 11173271. OLE color: 11173271.
HSL color Cylindrical-coordinate representation of color #977DAA: hue angle of 274.67º 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 #977DAA is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 125 | 170 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.33 |
| HSL | 274.67º | 0.21% | 0.58% | - |
| HSV(B) | 274.67º | 0.26% | 0.67% | - |
| XYZ | 27.35 | 24.15 | 41.25 | - |
| YUV | 137.9 | 146.11 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 125 | 170 | 0.11 | 0.26 | 0 | 0.33 | 274.67 | 0.21 | 0.58 |
| Hex | 97 | 7D | AA | B | 1A | 0 | 21 | 113 | 15 | 3A |
| Octal | 227 | 175 | 252 | 13 | 32 | 0 | 41 | 423 | 25 | 72 |
| Binary | 10010111 | 1111101 | 10101010 | 1011 | 11010 | 0 | 100001 | 100010011 | 10101 | 111010 |
Color Harmonies of #977DAA
Complementary color
Monochromatic Colors of #977DAA
Black with #977DAA
Text Example
Text Example
White with #977DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977DAA; }
p { color: rgb(151,125,170); }
H1.HeaderClassName
{
color: #977DAA;
}
.AnyTagClassName
{
color: #977DAA;
}
</style>
background-color css
<style>
a { background-color: #977DAA; }
a { background-color: rgb(151,125,170); }
div.DivClassName
{
background-color: #977DAA;
}
.BgClassName
{
background-color: #977DAA;
}
</style>
border-color css
<style>
span { border-color: #977DAA; }
span { border-color: rgb(151,125,170); }
td.TdClassName
{
border-color: #977DAA;
}
.TagClassName
{
border-color: #977DAA;
}
</style>