Shades of Ce Soir #976BA2
Tints of Ce Soir #976BA2
RGB
CMYK
RGB Variations
Color information
#976BA2 (or 0x976BA2) is known color: Ce Soir. HEX triplet: 97, 6B and A2. RGB value is (151,107,162). Sum of RGB (Red+Green+Blue) = 151+107+162=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 162 - color contains mainly: blue. Hex color #976BA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976BA2 is #68945D. Grayscale: #7E7E7E. Windows color (decimal): -6853726 or 10644375. OLE color: 10644375.
HSL color Cylindrical-coordinate representation of color #976BA2: hue angle of 288º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #976BA2 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 107 | 162 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.36 |
| HSL | 288º | 0.23% | 0.53% | - |
| HSV(B) | 288º | 0.34% | 0.64% | - |
| XYZ | 24.54 | 19.7 | 36.69 | - |
| YUV | 126.43 | 148.08 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 107 | 162 | 0.07 | 0.34 | 0 | 0.36 | 288 | 0.23 | 0.53 |
| Hex | 97 | 6B | A2 | 7 | 22 | 0 | 24 | 120 | 17 | 35 |
| Octal | 227 | 153 | 242 | 7 | 42 | 0 | 44 | 440 | 27 | 65 |
| Binary | 10010111 | 1101011 | 10100010 | 111 | 100010 | 0 | 100100 | 100100000 | 10111 | 110101 |
Color Harmonies of #976BA2
Complementary color
Monochromatic Colors of #976BA2
Black with #976BA2
Text Example
Text Example
White with #976BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976BA2; }
p { color: rgb(151,107,162); }
H1.HeaderClassName
{
color: #976BA2;
}
.AnyTagClassName
{
color: #976BA2;
}
</style>
background-color css
<style>
a { background-color: #976BA2; }
a { background-color: rgb(151,107,162); }
div.DivClassName
{
background-color: #976BA2;
}
.BgClassName
{
background-color: #976BA2;
}
</style>
border-color css
<style>
span { border-color: #976BA2; }
span { border-color: rgb(151,107,162); }
td.TdClassName
{
border-color: #976BA2;
}
.TagClassName
{
border-color: #976BA2;
}
</style>