Shades of Ce Soir #8F779B
Tints of Ce Soir #8F779B
RGB
CMYK
RGB Variations
Color information
#8F779B (or 0x8F779B) is known color: Ce Soir. HEX triplet: 8F, 77 and 9B. RGB value is (143,119,155). Sum of RGB (Red+Green+Blue) = 143+119+155=417 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.29% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F779B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F779B is #708864. Grayscale: #828282. Windows color (decimal): -7374949 or 10188687. OLE color: 10188687.
HSL color Cylindrical-coordinate representation of color #8F779B: hue angle of 280º 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 #8F779B is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 119 | 155 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.39 |
| HSL | 280º | 0.15% | 0.54% | - |
| HSV(B) | 280º | 0.23% | 0.61% | - |
| XYZ | 23.84 | 21.4 | 33.88 | - |
| YUV | 130.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 119 | 155 | 0.08 | 0.23 | 0 | 0.39 | 280 | 0.15 | 0.54 |
| Hex | 8F | 77 | 9B | 8 | 17 | 0 | 27 | 118 | F | 36 |
| Octal | 217 | 167 | 233 | 10 | 27 | 0 | 47 | 430 | 17 | 66 |
| Binary | 10001111 | 1110111 | 10011011 | 1000 | 10111 | 0 | 100111 | 100011000 | 1111 | 110110 |
Color Harmonies of #8F779B
Complementary color
Monochromatic Colors of #8F779B
Black with #8F779B
Text Example
Text Example
White with #8F779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F779B; }
p { color: rgb(143,119,155); }
H1.HeaderClassName
{
color: #8F779B;
}
.AnyTagClassName
{
color: #8F779B;
}
</style>
background-color css
<style>
a { background-color: #8F779B; }
a { background-color: rgb(143,119,155); }
div.DivClassName
{
background-color: #8F779B;
}
.BgClassName
{
background-color: #8F779B;
}
</style>
border-color css
<style>
span { border-color: #8F779B; }
span { border-color: rgb(143,119,155); }
td.TdClassName
{
border-color: #8F779B;
}
.TagClassName
{
border-color: #8F779B;
}
</style>