Shades of Ce Soir #8B7296
Tints of Ce Soir #8B7296
RGB
CMYK
RGB Variations
Color information
#8B7296 (or 0x8B7296) is known color: Ce Soir. HEX triplet: 8B, 72 and 96. RGB value is (139,114,150). Sum of RGB (Red+Green+Blue) = 139+114+150=403 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.49% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 150 - color contains mainly: blue. Hex color #8B7296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7296 is #748D69. Grayscale: #7D7D7D. Windows color (decimal): -7638378 or 9859723. OLE color: 9859723.
HSL color Cylindrical-coordinate representation of color #8B7296: hue angle of 281.67º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8B7296 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 139 | 114 | 150 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.41 |
| HSL | 281.67º | 0.15% | 0.52% | - |
| HSV(B) | 281.67º | 0.24% | 0.59% | - |
| XYZ | 22.17 | 19.73 | 31.49 | - |
| YUV | 125.58 | 141.78 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 114 | 150 | 0.07 | 0.24 | 0 | 0.41 | 281.67 | 0.15 | 0.52 |
| Hex | 8B | 72 | 96 | 7 | 18 | 0 | 29 | 11A | F | 34 |
| Octal | 213 | 162 | 226 | 7 | 30 | 0 | 51 | 432 | 17 | 64 |
| Binary | 10001011 | 1110010 | 10010110 | 111 | 11000 | 0 | 101001 | 100011010 | 1111 | 110100 |
Color Harmonies of #8B7296
Complementary color
Monochromatic Colors of #8B7296
Black with #8B7296
Text Example
Text Example
White with #8B7296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7296; }
p { color: rgb(139,114,150); }
H1.HeaderClassName
{
color: #8B7296;
}
.AnyTagClassName
{
color: #8B7296;
}
</style>
background-color css
<style>
a { background-color: #8B7296; }
a { background-color: rgb(139,114,150); }
div.DivClassName
{
background-color: #8B7296;
}
.BgClassName
{
background-color: #8B7296;
}
</style>
border-color css
<style>
span { border-color: #8B7296; }
span { border-color: rgb(139,114,150); }
td.TdClassName
{
border-color: #8B7296;
}
.TagClassName
{
border-color: #8B7296;
}
</style>