Shades of Ce Soir #8B7A9D
Tints of Ce Soir #8B7A9D
RGB
CMYK
RGB Variations
Color information
#8B7A9D (or 0x8B7A9D) is known color: Ce Soir. HEX triplet: 8B, 7A and 9D. RGB value is (139,122,157). Sum of RGB (Red+Green+Blue) = 139+122+157=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B7A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7A9D is #748562. Grayscale: #828282. Windows color (decimal): -7636323 or 10320523. OLE color: 10320523.
HSL color Cylindrical-coordinate representation of color #8B7A9D: hue angle of 269.14º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8B7A9D is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 122 | 157 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.38 |
| HSL | 269.14º | 0.15% | 0.55% | - |
| HSV(B) | 269.14º | 0.22% | 0.62% | - |
| XYZ | 23.69 | 21.84 | 34.87 | - |
| YUV | 131.07 | 142.63 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 122 | 157 | 0.11 | 0.22 | 0 | 0.38 | 269.14 | 0.15 | 0.55 |
| Hex | 8B | 7A | 9D | B | 16 | 0 | 26 | 10D | F | 37 |
| Octal | 213 | 172 | 235 | 13 | 26 | 0 | 46 | 415 | 17 | 67 |
| Binary | 10001011 | 1111010 | 10011101 | 1011 | 10110 | 0 | 100110 | 100001101 | 1111 | 110111 |
Color Harmonies of #8B7A9D
Complementary color
Monochromatic Colors of #8B7A9D
Black with #8B7A9D
Text Example
Text Example
White with #8B7A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7A9D; }
p { color: rgb(139,122,157); }
H1.HeaderClassName
{
color: #8B7A9D;
}
.AnyTagClassName
{
color: #8B7A9D;
}
</style>
background-color css
<style>
a { background-color: #8B7A9D; }
a { background-color: rgb(139,122,157); }
div.DivClassName
{
background-color: #8B7A9D;
}
.BgClassName
{
background-color: #8B7A9D;
}
</style>
border-color css
<style>
span { border-color: #8B7A9D; }
span { border-color: rgb(139,122,157); }
td.TdClassName
{
border-color: #8B7A9D;
}
.TagClassName
{
border-color: #8B7A9D;
}
</style>