Shades of Ce Soir #8B7297
Tints of Ce Soir #8B7297
RGB
CMYK
RGB Variations
Color information
#8B7297 (or 0x8B7297) is known color: Ce Soir. HEX triplet: 8B, 72 and 97. RGB value is (139,114,151). Sum of RGB (Red+Green+Blue) = 139+114+151=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 151 - color contains mainly: blue. Hex color #8B7297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7297 is #748D68. Grayscale: #7D7D7D. Windows color (decimal): -7638377 or 9925259. OLE color: 9925259.
HSL color Cylindrical-coordinate representation of color #8B7297: hue angle of 280.54º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B7297 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 139 | 114 | 151 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.41 |
| HSL | 280.54º | 0.15% | 0.52% | - |
| HSV(B) | 280.54º | 0.25% | 0.59% | - |
| XYZ | 22.25 | 19.76 | 31.92 | - |
| YUV | 125.69 | 142.28 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 114 | 151 | 0.08 | 0.25 | 0 | 0.41 | 280.54 | 0.15 | 0.52 |
| Hex | 8B | 72 | 97 | 8 | 19 | 0 | 29 | 119 | F | 34 |
| Octal | 213 | 162 | 227 | 10 | 31 | 0 | 51 | 431 | 17 | 64 |
| Binary | 10001011 | 1110010 | 10010111 | 1000 | 11001 | 0 | 101001 | 100011001 | 1111 | 110100 |
Color Harmonies of #8B7297
Complementary color
Monochromatic Colors of #8B7297
Black with #8B7297
Text Example
Text Example
White with #8B7297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7297; }
p { color: rgb(139,114,151); }
H1.HeaderClassName
{
color: #8B7297;
}
.AnyTagClassName
{
color: #8B7297;
}
</style>
background-color css
<style>
a { background-color: #8B7297; }
a { background-color: rgb(139,114,151); }
div.DivClassName
{
background-color: #8B7297;
}
.BgClassName
{
background-color: #8B7297;
}
</style>
border-color css
<style>
span { border-color: #8B7297; }
span { border-color: rgb(139,114,151); }
td.TdClassName
{
border-color: #8B7297;
}
.TagClassName
{
border-color: #8B7297;
}
</style>