Shades of Ce Soir #92779C
Tints of Ce Soir #92779C
RGB
CMYK
RGB Variations
Color information
#92779C (or 0x92779C) is known color: Ce Soir. HEX triplet: 92, 77 and 9C. RGB value is (146,119,156). Sum of RGB (Red+Green+Blue) = 146+119+156=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 156 - color contains mainly: blue. Hex color #92779C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92779C is #6D8863. Grayscale: #838383. Windows color (decimal): -7178340 or 10254226. OLE color: 10254226.
HSL color Cylindrical-coordinate representation of color #92779C: hue angle of 283.78º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #92779C is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 146 | 119 | 156 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.39 |
| HSL | 283.78º | 0.16% | 0.54% | - |
| HSV(B) | 283.78º | 0.24% | 0.61% | - |
| XYZ | 24.45 | 21.7 | 34.35 | - |
| YUV | 131.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 119 | 156 | 0.06 | 0.24 | 0 | 0.39 | 283.78 | 0.16 | 0.54 |
| Hex | 92 | 77 | 9C | 6 | 18 | 0 | 27 | 11C | 10 | 36 |
| Octal | 222 | 167 | 234 | 6 | 30 | 0 | 47 | 434 | 20 | 66 |
| Binary | 10010010 | 1110111 | 10011100 | 110 | 11000 | 0 | 100111 | 100011100 | 10000 | 110110 |
Color Harmonies of #92779C
Complementary color
Monochromatic Colors of #92779C
Black with #92779C
Text Example
Text Example
White with #92779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92779C; }
p { color: rgb(146,119,156); }
H1.HeaderClassName
{
color: #92779C;
}
.AnyTagClassName
{
color: #92779C;
}
</style>
background-color css
<style>
a { background-color: #92779C; }
a { background-color: rgb(146,119,156); }
div.DivClassName
{
background-color: #92779C;
}
.BgClassName
{
background-color: #92779C;
}
</style>
border-color css
<style>
span { border-color: #92779C; }
span { border-color: rgb(146,119,156); }
td.TdClassName
{
border-color: #92779C;
}
.TagClassName
{
border-color: #92779C;
}
</style>