Shades of Ce Soir #977CAB
Tints of Ce Soir #977CAB
RGB
CMYK
RGB Variations
Color information
#977CAB (or 0x977CAB) is known color: Ce Soir. HEX triplet: 97, 7C and AB. RGB value is (151,124,171). Sum of RGB (Red+Green+Blue) = 151+124+171=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #977CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977CAB is #688354. Grayscale: #898989. Windows color (decimal): -6849365 or 11238551. OLE color: 11238551.
HSL color Cylindrical-coordinate representation of color #977CAB: hue angle of 274.47º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #977CAB is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 124 | 171 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.33 |
| HSL | 274.47º | 0.22% | 0.58% | - |
| HSV(B) | 274.47º | 0.27% | 0.67% | - |
| XYZ | 27.32 | 23.93 | 41.71 | - |
| YUV | 137.43 | 146.95 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 124 | 171 | 0.12 | 0.27 | 0 | 0.33 | 274.47 | 0.22 | 0.58 |
| Hex | 97 | 7C | AB | C | 1B | 0 | 21 | 112 | 16 | 3A |
| Octal | 227 | 174 | 253 | 14 | 33 | 0 | 41 | 422 | 26 | 72 |
| Binary | 10010111 | 1111100 | 10101011 | 1100 | 11011 | 0 | 100001 | 100010010 | 10110 | 111010 |
Color Harmonies of #977CAB
Complementary color
Monochromatic Colors of #977CAB
Black with #977CAB
Text Example
Text Example
White with #977CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977CAB; }
p { color: rgb(151,124,171); }
H1.HeaderClassName
{
color: #977CAB;
}
.AnyTagClassName
{
color: #977CAB;
}
</style>
background-color css
<style>
a { background-color: #977CAB; }
a { background-color: rgb(151,124,171); }
div.DivClassName
{
background-color: #977CAB;
}
.BgClassName
{
background-color: #977CAB;
}
</style>
border-color css
<style>
span { border-color: #977CAB; }
span { border-color: rgb(151,124,171); }
td.TdClassName
{
border-color: #977CAB;
}
.TagClassName
{
border-color: #977CAB;
}
</style>