Shades of Ce Soir #926CAE
Tints of Ce Soir #926CAE
RGB
CMYK
RGB Variations
Color information
#926CAE (or 0x926CAE) is known color: Ce Soir. HEX triplet: 92, 6C and AE. RGB value is (146,108,174). Sum of RGB (Red+Green+Blue) = 146+108+174=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #926CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926CAE is #6D9351. Grayscale: #7E7E7E. Windows color (decimal): -7181138 or 11431058. OLE color: 11431058.
HSL color Cylindrical-coordinate representation of color #926CAE: hue angle of 274.55º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #926CAE is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 108 | 174 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.32 |
| HSL | 274.55º | 0.29% | 0.55% | - |
| HSV(B) | 274.55º | 0.38% | 0.68% | - |
| XYZ | 24.86 | 19.89 | 42.57 | - |
| YUV | 126.89 | 154.59 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 108 | 174 | 0.16 | 0.38 | 0 | 0.32 | 274.55 | 0.29 | 0.55 |
| Hex | 92 | 6C | AE | 10 | 26 | 0 | 20 | 113 | 1D | 37 |
| Octal | 222 | 154 | 256 | 20 | 46 | 0 | 40 | 423 | 35 | 67 |
| Binary | 10010010 | 1101100 | 10101110 | 10000 | 100110 | 0 | 100000 | 100010011 | 11101 | 110111 |
Color Harmonies of #926CAE
Complementary color
Monochromatic Colors of #926CAE
Black with #926CAE
Text Example
Text Example
White with #926CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926CAE; }
p { color: rgb(146,108,174); }
H1.HeaderClassName
{
color: #926CAE;
}
.AnyTagClassName
{
color: #926CAE;
}
</style>
background-color css
<style>
a { background-color: #926CAE; }
a { background-color: rgb(146,108,174); }
div.DivClassName
{
background-color: #926CAE;
}
.BgClassName
{
background-color: #926CAE;
}
</style>
border-color css
<style>
span { border-color: #926CAE; }
span { border-color: rgb(146,108,174); }
td.TdClassName
{
border-color: #926CAE;
}
.TagClassName
{
border-color: #926CAE;
}
</style>