Shades of Ce Soir #8B729B
Tints of Ce Soir #8B729B
RGB
CMYK
RGB Variations
Color information
#8B729B (or 0x8B729B) is known color: Ce Soir. HEX triplet: 8B, 72 and 9B. RGB value is (139,114,155). Sum of RGB (Red+Green+Blue) = 139+114+155=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B729B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B729B is #748D64. Grayscale: #7E7E7E. Windows color (decimal): -7638373 or 10187403. OLE color: 10187403.
HSL color Cylindrical-coordinate representation of color #8B729B: hue angle of 276.59º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8B729B is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 114 | 155 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.39 |
| HSL | 276.59º | 0.17% | 0.53% | - |
| HSV(B) | 276.59º | 0.26% | 0.61% | - |
| XYZ | 22.58 | 19.89 | 33.66 | - |
| YUV | 126.15 | 144.28 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 114 | 155 | 0.10 | 0.26 | 0 | 0.39 | 276.59 | 0.17 | 0.53 |
| Hex | 8B | 72 | 9B | A | 1A | 0 | 27 | 115 | 11 | 35 |
| Octal | 213 | 162 | 233 | 12 | 32 | 0 | 47 | 425 | 21 | 65 |
| Binary | 10001011 | 1110010 | 10011011 | 1010 | 11010 | 0 | 100111 | 100010101 | 10001 | 110101 |
Color Harmonies of #8B729B
Complementary color
Monochromatic Colors of #8B729B
Black with #8B729B
Text Example
Text Example
White with #8B729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B729B; }
p { color: rgb(139,114,155); }
H1.HeaderClassName
{
color: #8B729B;
}
.AnyTagClassName
{
color: #8B729B;
}
</style>
background-color css
<style>
a { background-color: #8B729B; }
a { background-color: rgb(139,114,155); }
div.DivClassName
{
background-color: #8B729B;
}
.BgClassName
{
background-color: #8B729B;
}
</style>
border-color css
<style>
span { border-color: #8B729B; }
span { border-color: rgb(139,114,155); }
td.TdClassName
{
border-color: #8B729B;
}
.TagClassName
{
border-color: #8B729B;
}
</style>