Shades of Ce Soir #875BA8
Tints of Ce Soir #875BA8
RGB
CMYK
RGB Variations
Color information
#875BA8 (or 0x875BA8) is known color: Ce Soir. HEX triplet: 87, 5B and A8. RGB value is (135,91,168). Sum of RGB (Red+Green+Blue) = 135+91+168=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 168 - color contains mainly: blue. Hex color #875BA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875BA8 is #78A457. Grayscale: #707070. Windows color (decimal): -7906392 or 11033479. OLE color: 11033479.
HSL color Cylindrical-coordinate representation of color #875BA8: hue angle of 274.29º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #875BA8 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 135 | 91 | 168 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.34 |
| HSL | 274.29º | 0.31% | 0.51% | - |
| HSV(B) | 274.29º | 0.46% | 0.66% | - |
| XYZ | 20.8 | 15.46 | 38.93 | - |
| YUV | 112.93 | 159.08 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 168 | 0.20 | 0.46 | 0 | 0.34 | 274.29 | 0.31 | 0.51 |
| Hex | 87 | 5B | A8 | 14 | 2E | 0 | 22 | 112 | 1F | 33 |
| Octal | 207 | 133 | 250 | 24 | 56 | 0 | 42 | 422 | 37 | 63 |
| Binary | 10000111 | 1011011 | 10101000 | 10100 | 101110 | 0 | 100010 | 100010010 | 11111 | 110011 |
Color Harmonies of #875BA8
Complementary color
Monochromatic Colors of #875BA8
Black with #875BA8
Text Example
Text Example
White with #875BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875BA8; }
p { color: rgb(135,91,168); }
H1.HeaderClassName
{
color: #875BA8;
}
.AnyTagClassName
{
color: #875BA8;
}
</style>
background-color css
<style>
a { background-color: #875BA8; }
a { background-color: rgb(135,91,168); }
div.DivClassName
{
background-color: #875BA8;
}
.BgClassName
{
background-color: #875BA8;
}
</style>
border-color css
<style>
span { border-color: #875BA8; }
span { border-color: rgb(135,91,168); }
td.TdClassName
{
border-color: #875BA8;
}
.TagClassName
{
border-color: #875BA8;
}
</style>