Shades of Ce Soir #937BA0
Tints of Ce Soir #937BA0
RGB
CMYK
RGB Variations
Color information
#937BA0 (or 0x937BA0) is known color: Ce Soir. HEX triplet: 93, 7B and A0. RGB value is (147,123,160). Sum of RGB (Red+Green+Blue) = 147+123+160=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 160 - color contains mainly: blue. Hex color #937BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937BA0 is #6C845F. Grayscale: #868686. Windows color (decimal): -7111776 or 10517395. OLE color: 10517395.
HSL color Cylindrical-coordinate representation of color #937BA0: hue angle of 278.92º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #937BA0 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 123 | 160 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.37 |
| HSL | 278.92º | 0.16% | 0.55% | - |
| HSV(B) | 278.92º | 0.23% | 0.63% | - |
| XYZ | 25.46 | 22.91 | 36.34 | - |
| YUV | 134.39 | 142.45 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 123 | 160 | 0.08 | 0.23 | 0 | 0.37 | 278.92 | 0.16 | 0.55 |
| Hex | 93 | 7B | A0 | 8 | 17 | 0 | 25 | 117 | 10 | 37 |
| Octal | 223 | 173 | 240 | 10 | 27 | 0 | 45 | 427 | 20 | 67 |
| Binary | 10010011 | 1111011 | 10100000 | 1000 | 10111 | 0 | 100101 | 100010111 | 10000 | 110111 |
Color Harmonies of #937BA0
Complementary color
Monochromatic Colors of #937BA0
Black with #937BA0
Text Example
Text Example
White with #937BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937BA0; }
p { color: rgb(147,123,160); }
H1.HeaderClassName
{
color: #937BA0;
}
.AnyTagClassName
{
color: #937BA0;
}
</style>
background-color css
<style>
a { background-color: #937BA0; }
a { background-color: rgb(147,123,160); }
div.DivClassName
{
background-color: #937BA0;
}
.BgClassName
{
background-color: #937BA0;
}
</style>
border-color css
<style>
span { border-color: #937BA0; }
span { border-color: rgb(147,123,160); }
td.TdClassName
{
border-color: #937BA0;
}
.TagClassName
{
border-color: #937BA0;
}
</style>