Shades of Medium Slate Blue #875AED
Tints of Medium Slate Blue #875AED
RGB
CMYK
RGB Variations
Color information
#875AED (or 0x875AED) is known color: Medium Slate Blue. HEX triplet: 87, 5A and ED. RGB value is (135,90,237). Sum of RGB (Red+Green+Blue) = 135+90+237=462 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.22% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #875AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875AED is #78A512. Grayscale: #777777. Windows color (decimal): -7906579 or 15555207. OLE color: 15555207.
HSL color Cylindrical-coordinate representation of color #875AED: hue angle of 258.37º 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 #875AED is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 90 | 237 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.07 |
| HSL | 258.37º | 0.8% | 0.64% | - |
| HSV(B) | 258.37º | 0.62% | 0.93% | - |
| XYZ | 28.93 | 18.58 | 82.18 | - |
| YUV | 120.21 | 193.91 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 90 | 237 | 0.43 | 0.62 | 0 | 0.07 | 258.37 | 0.8 | 0.64 |
| Hex | 87 | 5A | ED | 2B | 3E | 0 | 7 | 102 | 50 | 40 |
| Octal | 207 | 132 | 355 | 53 | 76 | 0 | 7 | 402 | 120 | 100 |
| Binary | 10000111 | 1011010 | 11101101 | 101011 | 111110 | 0 | 111 | 100000010 | 1010000 | 1000000 |
Color Harmonies of #875AED
Complementary color
Monochromatic Colors of #875AED
Black with #875AED
Text Example
Text Example
White with #875AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875AED; }
p { color: rgb(135,90,237); }
H1.HeaderClassName
{
color: #875AED;
}
.AnyTagClassName
{
color: #875AED;
}
</style>
background-color css
<style>
a { background-color: #875AED; }
a { background-color: rgb(135,90,237); }
div.DivClassName
{
background-color: #875AED;
}
.BgClassName
{
background-color: #875AED;
}
</style>
border-color css
<style>
span { border-color: #875AED; }
span { border-color: rgb(135,90,237); }
td.TdClassName
{
border-color: #875AED;
}
.TagClassName
{
border-color: #875AED;
}
</style>