Shades of Ce Soir #977BA4
Tints of Ce Soir #977BA4
RGB
CMYK
RGB Variations
Color information
#977BA4 (or 0x977BA4) is known color: Ce Soir. HEX triplet: 97, 7B and A4. RGB value is (151,123,164). Sum of RGB (Red+Green+Blue) = 151+123+164=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 164 (64.45% from 255 or 37.44% from 438); Max value from RGB is 164 - color contains mainly: blue. Hex color #977BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977BA4 is #68845B. Grayscale: #878787. Windows color (decimal): -6849628 or 10779543. OLE color: 10779543.
HSL color Cylindrical-coordinate representation of color #977BA4: hue angle of 280.98º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #977BA4 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 123 | 164 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.36 |
| HSL | 280.98º | 0.18% | 0.56% | - |
| HSV(B) | 280.98º | 0.25% | 0.64% | - |
| XYZ | 26.55 | 23.43 | 38.24 | - |
| YUV | 136.05 | 143.78 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 123 | 164 | 0.08 | 0.25 | 0 | 0.36 | 280.98 | 0.18 | 0.56 |
| Hex | 97 | 7B | A4 | 8 | 19 | 0 | 24 | 119 | 12 | 38 |
| Octal | 227 | 173 | 244 | 10 | 31 | 0 | 44 | 431 | 22 | 70 |
| Binary | 10010111 | 1111011 | 10100100 | 1000 | 11001 | 0 | 100100 | 100011001 | 10010 | 111000 |
Color Harmonies of #977BA4
Complementary color
Monochromatic Colors of #977BA4
Black with #977BA4
Text Example
Text Example
White with #977BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977BA4; }
p { color: rgb(151,123,164); }
H1.HeaderClassName
{
color: #977BA4;
}
.AnyTagClassName
{
color: #977BA4;
}
</style>
background-color css
<style>
a { background-color: #977BA4; }
a { background-color: rgb(151,123,164); }
div.DivClassName
{
background-color: #977BA4;
}
.BgClassName
{
background-color: #977BA4;
}
</style>
border-color css
<style>
span { border-color: #977BA4; }
span { border-color: rgb(151,123,164); }
td.TdClassName
{
border-color: #977BA4;
}
.TagClassName
{
border-color: #977BA4;
}
</style>