Shades of Ce Soir #92779D
Tints of Ce Soir #92779D
RGB
CMYK
RGB Variations
Color information
#92779D (or 0x92779D) is known color: Ce Soir. HEX triplet: 92, 77 and 9D. RGB value is (146,119,157). Sum of RGB (Red+Green+Blue) = 146+119+157=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 157 - color contains mainly: blue. Hex color #92779D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92779D is #6D8862. Grayscale: #838383. Windows color (decimal): -7178339 or 10319762. OLE color: 10319762.
HSL color Cylindrical-coordinate representation of color #92779D: hue angle of 282.63º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #92779D is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 119 | 157 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.38 |
| HSL | 282.63º | 0.16% | 0.54% | - |
| HSV(B) | 282.63º | 0.24% | 0.62% | - |
| XYZ | 24.54 | 21.74 | 34.8 | - |
| YUV | 131.41 | 142.45 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 119 | 157 | 0.07 | 0.24 | 0 | 0.38 | 282.63 | 0.16 | 0.54 |
| Hex | 92 | 77 | 9D | 7 | 18 | 0 | 26 | 11B | 10 | 36 |
| Octal | 222 | 167 | 235 | 7 | 30 | 0 | 46 | 433 | 20 | 66 |
| Binary | 10010010 | 1110111 | 10011101 | 111 | 11000 | 0 | 100110 | 100011011 | 10000 | 110110 |
Color Harmonies of #92779D
Complementary color
Monochromatic Colors of #92779D
Black with #92779D
Text Example
Text Example
White with #92779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92779D; }
p { color: rgb(146,119,157); }
H1.HeaderClassName
{
color: #92779D;
}
.AnyTagClassName
{
color: #92779D;
}
</style>
background-color css
<style>
a { background-color: #92779D; }
a { background-color: rgb(146,119,157); }
div.DivClassName
{
background-color: #92779D;
}
.BgClassName
{
background-color: #92779D;
}
</style>
border-color css
<style>
span { border-color: #92779D; }
span { border-color: rgb(146,119,157); }
td.TdClassName
{
border-color: #92779D;
}
.TagClassName
{
border-color: #92779D;
}
</style>