Shades of Ce Soir #8B759C
Tints of Ce Soir #8B759C
RGB
CMYK
RGB Variations
Color information
#8B759C (or 0x8B759C) is known color: Ce Soir. HEX triplet: 8B, 75 and 9C. RGB value is (139,117,156). Sum of RGB (Red+Green+Blue) = 139+117+156=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B759C is #748A63. Grayscale: #7F7F7F. Windows color (decimal): -7637604 or 10253707. OLE color: 10253707.
HSL color Cylindrical-coordinate representation of color #8B759C: hue angle of 273.85º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B759C is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 117 | 156 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.39 |
| HSL | 273.85º | 0.16% | 0.54% | - |
| HSV(B) | 273.85º | 0.25% | 0.61% | - |
| XYZ | 23.01 | 20.61 | 34.22 | - |
| YUV | 128.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 117 | 156 | 0.11 | 0.25 | 0 | 0.39 | 273.85 | 0.16 | 0.54 |
| Hex | 8B | 75 | 9C | B | 19 | 0 | 27 | 112 | 10 | 36 |
| Octal | 213 | 165 | 234 | 13 | 31 | 0 | 47 | 422 | 20 | 66 |
| Binary | 10001011 | 1110101 | 10011100 | 1011 | 11001 | 0 | 100111 | 100010010 | 10000 | 110110 |
Color Harmonies of #8B759C
Complementary color
Monochromatic Colors of #8B759C
Black with #8B759C
Text Example
Text Example
White with #8B759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B759C; }
p { color: rgb(139,117,156); }
H1.HeaderClassName
{
color: #8B759C;
}
.AnyTagClassName
{
color: #8B759C;
}
</style>
background-color css
<style>
a { background-color: #8B759C; }
a { background-color: rgb(139,117,156); }
div.DivClassName
{
background-color: #8B759C;
}
.BgClassName
{
background-color: #8B759C;
}
</style>
border-color css
<style>
span { border-color: #8B759C; }
span { border-color: rgb(139,117,156); }
td.TdClassName
{
border-color: #8B759C;
}
.TagClassName
{
border-color: #8B759C;
}
</style>