Shades of Ce Soir #8B729D
Tints of Ce Soir #8B729D
RGB
CMYK
RGB Variations
Color information
#8B729D (or 0x8B729D) is known color: Ce Soir. HEX triplet: 8B, 72 and 9D. RGB value is (139,114,157). Sum of RGB (Red+Green+Blue) = 139+114+157=410 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.90% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B729D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B729D is #748D62. Grayscale: #7E7E7E. Windows color (decimal): -7638371 or 10318475. OLE color: 10318475.
HSL color Cylindrical-coordinate representation of color #8B729D: hue angle of 274.88º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B729D is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 114 | 157 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.38 |
| HSL | 274.88º | 0.18% | 0.53% | - |
| HSV(B) | 274.88º | 0.27% | 0.62% | - |
| XYZ | 22.75 | 19.96 | 34.55 | - |
| YUV | 126.38 | 145.28 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 114 | 157 | 0.11 | 0.27 | 0 | 0.38 | 274.88 | 0.18 | 0.53 |
| Hex | 8B | 72 | 9D | B | 1B | 0 | 26 | 113 | 12 | 35 |
| Octal | 213 | 162 | 235 | 13 | 33 | 0 | 46 | 423 | 22 | 65 |
| Binary | 10001011 | 1110010 | 10011101 | 1011 | 11011 | 0 | 100110 | 100010011 | 10010 | 110101 |
Color Harmonies of #8B729D
Complementary color
Monochromatic Colors of #8B729D
Black with #8B729D
Text Example
Text Example
White with #8B729D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B729D; }
p { color: rgb(139,114,157); }
H1.HeaderClassName
{
color: #8B729D;
}
.AnyTagClassName
{
color: #8B729D;
}
</style>
background-color css
<style>
a { background-color: #8B729D; }
a { background-color: rgb(139,114,157); }
div.DivClassName
{
background-color: #8B729D;
}
.BgClassName
{
background-color: #8B729D;
}
</style>
border-color css
<style>
span { border-color: #8B729D; }
span { border-color: rgb(139,114,157); }
td.TdClassName
{
border-color: #8B729D;
}
.TagClassName
{
border-color: #8B729D;
}
</style>