Shades of Medium Slate Blue #875BED
Tints of Medium Slate Blue #875BED
RGB
CMYK
RGB Variations
Color information
#875BED (or 0x875BED) is known color: Medium Slate Blue. HEX triplet: 87, 5B and ED. RGB value is (135,91,237). Sum of RGB (Red+Green+Blue) = 135+91+237=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #875BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875BED is #78A412. Grayscale: #787878. Windows color (decimal): -7906323 or 15555463. OLE color: 15555463.
HSL color Cylindrical-coordinate representation of color #875BED: hue angle of 258.08º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #875BED is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 91 | 237 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.07 |
| HSL | 258.08º | 0.8% | 0.64% | - |
| HSV(B) | 258.08º | 0.62% | 0.93% | - |
| XYZ | 29.02 | 18.75 | 82.21 | - |
| YUV | 120.8 | 193.58 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 237 | 0.43 | 0.62 | 0 | 0.07 | 258.08 | 0.8 | 0.64 |
| Hex | 87 | 5B | ED | 2B | 3E | 0 | 7 | 102 | 50 | 40 |
| Octal | 207 | 133 | 355 | 53 | 76 | 0 | 7 | 402 | 120 | 100 |
| Binary | 10000111 | 1011011 | 11101101 | 101011 | 111110 | 0 | 111 | 100000010 | 1010000 | 1000000 |
Color Harmonies of #875BED
Complementary color
Monochromatic Colors of #875BED
Black with #875BED
Text Example
Text Example
White with #875BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875BED; }
p { color: rgb(135,91,237); }
H1.HeaderClassName
{
color: #875BED;
}
.AnyTagClassName
{
color: #875BED;
}
</style>
background-color css
<style>
a { background-color: #875BED; }
a { background-color: rgb(135,91,237); }
div.DivClassName
{
background-color: #875BED;
}
.BgClassName
{
background-color: #875BED;
}
</style>
border-color css
<style>
span { border-color: #875BED; }
span { border-color: rgb(135,91,237); }
td.TdClassName
{
border-color: #875BED;
}
.TagClassName
{
border-color: #875BED;
}
</style>