Shades of Ce Soir #8B7C9B
Tints of Ce Soir #8B7C9B
RGB
CMYK
RGB Variations
Color information
#8B7C9B (or 0x8B7C9B) is known color: Ce Soir. HEX triplet: 8B, 7C and 9B. RGB value is (139,124,155). Sum of RGB (Red+Green+Blue) = 139+124+155=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B7C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7C9B is #748364. Grayscale: #838383. Windows color (decimal): -7635813 or 10189963. OLE color: 10189963.
HSL color Cylindrical-coordinate representation of color #8B7C9B: hue angle of 269.03º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8B7C9B is Cyan = 0.10, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 124 | 155 | - |
| CMYK | 0.10 | 0.2 | 0 | 0.39 |
| HSL | 269.03º | 0.13% | 0.55% | - |
| HSV(B) | 269.03º | 0.2% | 0.61% | - |
| XYZ | 23.77 | 22.27 | 34.06 | - |
| YUV | 132.02 | 140.97 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 124 | 155 | 0.10 | 0.2 | 0 | 0.39 | 269.03 | 0.13 | 0.55 |
| Hex | 8B | 7C | 9B | A | 14 | 0 | 27 | 10D | D | 37 |
| Octal | 213 | 174 | 233 | 12 | 24 | 0 | 47 | 415 | 15 | 67 |
| Binary | 10001011 | 1111100 | 10011011 | 1010 | 10100 | 0 | 100111 | 100001101 | 1101 | 110111 |
Color Harmonies of #8B7C9B
Complementary color
Monochromatic Colors of #8B7C9B
Black with #8B7C9B
Text Example
Text Example
White with #8B7C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7C9B; }
p { color: rgb(139,124,155); }
H1.HeaderClassName
{
color: #8B7C9B;
}
.AnyTagClassName
{
color: #8B7C9B;
}
</style>
background-color css
<style>
a { background-color: #8B7C9B; }
a { background-color: rgb(139,124,155); }
div.DivClassName
{
background-color: #8B7C9B;
}
.BgClassName
{
background-color: #8B7C9B;
}
</style>
border-color css
<style>
span { border-color: #8B7C9B; }
span { border-color: rgb(139,124,155); }
td.TdClassName
{
border-color: #8B7C9B;
}
.TagClassName
{
border-color: #8B7C9B;
}
</style>