Shades of Ce Soir #927CA3
Tints of Ce Soir #927CA3
RGB
CMYK
RGB Variations
Color information
#927CA3 (or 0x927CA3) is known color: Ce Soir. HEX triplet: 92, 7C and A3. RGB value is (146,124,163). Sum of RGB (Red+Green+Blue) = 146+124+163=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 163 (64.06% from 255 or 37.64% from 433); Max value from RGB is 163 - color contains mainly: blue. Hex color #927CA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927CA3 is #6D835C. Grayscale: #868686. Windows color (decimal): -7177053 or 10714258. OLE color: 10714258.
HSL color Cylindrical-coordinate representation of color #927CA3: hue angle of 273.85º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #927CA3 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 146 | 124 | 163 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.36 |
| HSL | 273.85º | 0.17% | 0.56% | - |
| HSV(B) | 273.85º | 0.24% | 0.64% | - |
| XYZ | 25.67 | 23.17 | 37.77 | - |
| YUV | 135.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 163 | 0.10 | 0.24 | 0 | 0.36 | 273.85 | 0.17 | 0.56 |
| Hex | 92 | 7C | A3 | A | 18 | 0 | 24 | 112 | 11 | 38 |
| Octal | 222 | 174 | 243 | 12 | 30 | 0 | 44 | 422 | 21 | 70 |
| Binary | 10010010 | 1111100 | 10100011 | 1010 | 11000 | 0 | 100100 | 100010010 | 10001 | 111000 |
Color Harmonies of #927CA3
Complementary color
Monochromatic Colors of #927CA3
Black with #927CA3
Text Example
Text Example
White with #927CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927CA3; }
p { color: rgb(146,124,163); }
H1.HeaderClassName
{
color: #927CA3;
}
.AnyTagClassName
{
color: #927CA3;
}
</style>
background-color css
<style>
a { background-color: #927CA3; }
a { background-color: rgb(146,124,163); }
div.DivClassName
{
background-color: #927CA3;
}
.BgClassName
{
background-color: #927CA3;
}
</style>
border-color css
<style>
span { border-color: #927CA3; }
span { border-color: rgb(146,124,163); }
td.TdClassName
{
border-color: #927CA3;
}
.TagClassName
{
border-color: #927CA3;
}
</style>