Shades of Ce Soir #957AA6
Tints of Ce Soir #957AA6
RGB
CMYK
RGB Variations
Color information
#957AA6 (or 0x957AA6) is known color: Ce Soir. HEX triplet: 95, 7A and A6. RGB value is (149,122,166). Sum of RGB (Red+Green+Blue) = 149+122+166=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 166 - color contains mainly: blue. Hex color #957AA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957AA6 is #6A8559. Grayscale: #868686. Windows color (decimal): -6980954 or 10910357. OLE color: 10910357.
HSL color Cylindrical-coordinate representation of color #957AA6: hue angle of 276.82º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #957AA6 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 122 | 166 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.35 |
| HSL | 276.82º | 0.2% | 0.56% | - |
| HSV(B) | 276.82º | 0.27% | 0.65% | - |
| XYZ | 26.24 | 23.06 | 39.14 | - |
| YUV | 135.09 | 145.45 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 122 | 166 | 0.10 | 0.27 | 0 | 0.35 | 276.82 | 0.2 | 0.56 |
| Hex | 95 | 7A | A6 | A | 1B | 0 | 23 | 115 | 14 | 38 |
| Octal | 225 | 172 | 246 | 12 | 33 | 0 | 43 | 425 | 24 | 70 |
| Binary | 10010101 | 1111010 | 10100110 | 1010 | 11011 | 0 | 100011 | 100010101 | 10100 | 111000 |
Color Harmonies of #957AA6
Complementary color
Monochromatic Colors of #957AA6
Black with #957AA6
Text Example
Text Example
White with #957AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957AA6; }
p { color: rgb(149,122,166); }
H1.HeaderClassName
{
color: #957AA6;
}
.AnyTagClassName
{
color: #957AA6;
}
</style>
background-color css
<style>
a { background-color: #957AA6; }
a { background-color: rgb(149,122,166); }
div.DivClassName
{
background-color: #957AA6;
}
.BgClassName
{
background-color: #957AA6;
}
</style>
border-color css
<style>
span { border-color: #957AA6; }
span { border-color: rgb(149,122,166); }
td.TdClassName
{
border-color: #957AA6;
}
.TagClassName
{
border-color: #957AA6;
}
</style>