Shades of Ce Soir #8B799E
Tints of Ce Soir #8B799E
RGB
CMYK
RGB Variations
Color information
#8B799E (or 0x8B799E) is known color: Ce Soir. HEX triplet: 8B, 79 and 9E. RGB value is (139,121,158). Sum of RGB (Red+Green+Blue) = 139+121+158=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 158 - color contains mainly: blue. Hex color #8B799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B799E is #748661. Grayscale: #828282. Windows color (decimal): -7636578 or 10385803. OLE color: 10385803.
HSL color Cylindrical-coordinate representation of color #8B799E: hue angle of 269.19º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8B799E is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 121 | 158 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.38 |
| HSL | 269.19º | 0.16% | 0.55% | - |
| HSV(B) | 269.19º | 0.23% | 0.62% | - |
| XYZ | 23.66 | 21.63 | 35.28 | - |
| YUV | 130.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 121 | 158 | 0.12 | 0.23 | 0 | 0.38 | 269.19 | 0.16 | 0.55 |
| Hex | 8B | 79 | 9E | C | 17 | 0 | 26 | 10D | 10 | 37 |
| Octal | 213 | 171 | 236 | 14 | 27 | 0 | 46 | 415 | 20 | 67 |
| Binary | 10001011 | 1111001 | 10011110 | 1100 | 10111 | 0 | 100110 | 100001101 | 10000 | 110111 |
Color Harmonies of #8B799E
Complementary color
Monochromatic Colors of #8B799E
Black with #8B799E
Text Example
Text Example
White with #8B799E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B799E; }
p { color: rgb(139,121,158); }
H1.HeaderClassName
{
color: #8B799E;
}
.AnyTagClassName
{
color: #8B799E;
}
</style>
background-color css
<style>
a { background-color: #8B799E; }
a { background-color: rgb(139,121,158); }
div.DivClassName
{
background-color: #8B799E;
}
.BgClassName
{
background-color: #8B799E;
}
</style>
border-color css
<style>
span { border-color: #8B799E; }
span { border-color: rgb(139,121,158); }
td.TdClassName
{
border-color: #8B799E;
}
.TagClassName
{
border-color: #8B799E;
}
</style>