Shades of Ce Soir #91779B
Tints of Ce Soir #91779B
RGB
CMYK
RGB Variations
Color information
#91779B (or 0x91779B) is known color: Ce Soir. HEX triplet: 91, 77 and 9B. RGB value is (145,119,155). Sum of RGB (Red+Green+Blue) = 145+119+155=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 155 - color contains mainly: blue. Hex color #91779B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91779B is #6E8864. Grayscale: #828282. Windows color (decimal): -7243877 or 10188689. OLE color: 10188689.
HSL color Cylindrical-coordinate representation of color #91779B: hue angle of 283.33º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #91779B is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 119 | 155 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.39 |
| HSL | 283.33º | 0.15% | 0.54% | - |
| HSV(B) | 283.33º | 0.23% | 0.61% | - |
| XYZ | 24.19 | 21.58 | 33.9 | - |
| YUV | 130.88 | 141.61 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 119 | 155 | 0.06 | 0.23 | 0 | 0.39 | 283.33 | 0.15 | 0.54 |
| Hex | 91 | 77 | 9B | 6 | 17 | 0 | 27 | 11B | F | 36 |
| Octal | 221 | 167 | 233 | 6 | 27 | 0 | 47 | 433 | 17 | 66 |
| Binary | 10010001 | 1110111 | 10011011 | 110 | 10111 | 0 | 100111 | 100011011 | 1111 | 110110 |
Color Harmonies of #91779B
Complementary color
Monochromatic Colors of #91779B
Black with #91779B
Text Example
Text Example
White with #91779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91779B; }
p { color: rgb(145,119,155); }
H1.HeaderClassName
{
color: #91779B;
}
.AnyTagClassName
{
color: #91779B;
}
</style>
background-color css
<style>
a { background-color: #91779B; }
a { background-color: rgb(145,119,155); }
div.DivClassName
{
background-color: #91779B;
}
.BgClassName
{
background-color: #91779B;
}
</style>
border-color css
<style>
span { border-color: #91779B; }
span { border-color: rgb(145,119,155); }
td.TdClassName
{
border-color: #91779B;
}
.TagClassName
{
border-color: #91779B;
}
</style>