Shades of Ce Soir #976BA7
Tints of Ce Soir #976BA7
RGB
CMYK
RGB Variations
Color information
#976BA7 (or 0x976BA7) is known color: Ce Soir. HEX triplet: 97, 6B and A7. RGB value is (151,107,167). Sum of RGB (Red+Green+Blue) = 151+107+167=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 167 (65.62% from 255 or 39.29% from 425); Max value from RGB is 167 - color contains mainly: blue. Hex color #976BA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976BA7 is #689458. Grayscale: #7E7E7E. Windows color (decimal): -6853721 or 10972055. OLE color: 10972055.
HSL color Cylindrical-coordinate representation of color #976BA7: hue angle of 284º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #976BA7 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 151 | 107 | 167 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.35 |
| HSL | 284º | 0.25% | 0.54% | - |
| HSV(B) | 284º | 0.36% | 0.65% | - |
| XYZ | 25 | 19.88 | 39.08 | - |
| YUV | 127 | 150.58 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 107 | 167 | 0.10 | 0.36 | 0 | 0.35 | 284 | 0.25 | 0.54 |
| Hex | 97 | 6B | A7 | A | 24 | 0 | 23 | 11C | 19 | 36 |
| Octal | 227 | 153 | 247 | 12 | 44 | 0 | 43 | 434 | 31 | 66 |
| Binary | 10010111 | 1101011 | 10100111 | 1010 | 100100 | 0 | 100011 | 100011100 | 11001 | 110110 |
Color Harmonies of #976BA7
Complementary color
Monochromatic Colors of #976BA7
Black with #976BA7
Text Example
Text Example
White with #976BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976BA7; }
p { color: rgb(151,107,167); }
H1.HeaderClassName
{
color: #976BA7;
}
.AnyTagClassName
{
color: #976BA7;
}
</style>
background-color css
<style>
a { background-color: #976BA7; }
a { background-color: rgb(151,107,167); }
div.DivClassName
{
background-color: #976BA7;
}
.BgClassName
{
background-color: #976BA7;
}
</style>
border-color css
<style>
span { border-color: #976BA7; }
span { border-color: rgb(151,107,167); }
td.TdClassName
{
border-color: #976BA7;
}
.TagClassName
{
border-color: #976BA7;
}
</style>