Shades of Medium Slate Blue #875CE5
Tints of Medium Slate Blue #875CE5
RGB
CMYK
RGB Variations
Color information
#875CE5 (or 0x875CE5) is known color: Medium Slate Blue. HEX triplet: 87, 5C and E5. RGB value is (135,92,229). Sum of RGB (Red+Green+Blue) = 135+92+229=456 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.61% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 229 (89.84% from 255 or 50.22% from 456); Max value from RGB is 229 - color contains mainly: blue. Hex color #875CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875CE5 is #78A31A. Grayscale: #777777. Windows color (decimal): -7906075 or 15031431. OLE color: 15031431.
HSL color Cylindrical-coordinate representation of color #875CE5: hue angle of 258.83º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #875CE5 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 135 | 92 | 229 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.10 |
| HSL | 258.83º | 0.72% | 0.63% | - |
| HSV(B) | 258.83º | 0.6% | 0.9% | - |
| XYZ | 27.96 | 18.46 | 76.22 | - |
| YUV | 120.48 | 189.25 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 92 | 229 | 0.41 | 0.60 | 0 | 0.10 | 258.83 | 0.72 | 0.63 |
| Hex | 87 | 5C | E5 | 29 | 3C | 0 | A | 103 | 48 | 3F |
| Octal | 207 | 134 | 345 | 51 | 74 | 0 | 12 | 403 | 110 | 77 |
| Binary | 10000111 | 1011100 | 11100101 | 101001 | 111100 | 0 | 1010 | 100000011 | 1001000 | 111111 |
Color Harmonies of #875CE5
Complementary color
Monochromatic Colors of #875CE5
Black with #875CE5
Text Example
Text Example
White with #875CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875CE5; }
p { color: rgb(135,92,229); }
H1.HeaderClassName
{
color: #875CE5;
}
.AnyTagClassName
{
color: #875CE5;
}
</style>
background-color css
<style>
a { background-color: #875CE5; }
a { background-color: rgb(135,92,229); }
div.DivClassName
{
background-color: #875CE5;
}
.BgClassName
{
background-color: #875CE5;
}
</style>
border-color css
<style>
span { border-color: #875CE5; }
span { border-color: rgb(135,92,229); }
td.TdClassName
{
border-color: #875CE5;
}
.TagClassName
{
border-color: #875CE5;
}
</style>