Shades of Ce Soir #957DA6
Tints of Ce Soir #957DA6
RGB
CMYK
RGB Variations
Color information
#957DA6 (or 0x957DA6) is known color: Ce Soir. HEX triplet: 95, 7D and A6. RGB value is (149,125,166). Sum of RGB (Red+Green+Blue) = 149+125+166=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 166 - color contains mainly: blue. Hex color #957DA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957DA6 is #6A8259. Grayscale: #888888. Windows color (decimal): -6980186 or 10911125. OLE color: 10911125.
HSL color Cylindrical-coordinate representation of color #957DA6: hue angle of 275.12º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #957DA6 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 125 | 166 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.35 |
| HSL | 275.12º | 0.19% | 0.57% | - |
| HSV(B) | 275.12º | 0.25% | 0.65% | - |
| XYZ | 26.61 | 23.81 | 39.27 | - |
| YUV | 136.85 | 144.45 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 166 | 0.10 | 0.25 | 0 | 0.35 | 275.12 | 0.19 | 0.57 |
| Hex | 95 | 7D | A6 | A | 19 | 0 | 23 | 113 | 13 | 39 |
| Octal | 225 | 175 | 246 | 12 | 31 | 0 | 43 | 423 | 23 | 71 |
| Binary | 10010101 | 1111101 | 10100110 | 1010 | 11001 | 0 | 100011 | 100010011 | 10011 | 111001 |
Color Harmonies of #957DA6
Complementary color
Monochromatic Colors of #957DA6
Black with #957DA6
Text Example
Text Example
White with #957DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957DA6; }
p { color: rgb(149,125,166); }
H1.HeaderClassName
{
color: #957DA6;
}
.AnyTagClassName
{
color: #957DA6;
}
</style>
background-color css
<style>
a { background-color: #957DA6; }
a { background-color: rgb(149,125,166); }
div.DivClassName
{
background-color: #957DA6;
}
.BgClassName
{
background-color: #957DA6;
}
</style>
border-color css
<style>
span { border-color: #957DA6; }
span { border-color: rgb(149,125,166); }
td.TdClassName
{
border-color: #957DA6;
}
.TagClassName
{
border-color: #957DA6;
}
</style>