Shades of Medium Slate Blue #8754ED
Tints of Medium Slate Blue #8754ED
RGB
CMYK
RGB Variations
Color information
#8754ED (or 0x8754ED) is known color: Medium Slate Blue. HEX triplet: 87, 54 and ED. RGB value is (135,84,237). Sum of RGB (Red+Green+Blue) = 135+84+237=456 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.61% from 456); Green value is 84 (33.20% from 255 or 18.42% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #8754ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8754ED is #78AB12. Grayscale: #747474. Windows color (decimal): -7908115 or 15553671. OLE color: 15553671.
HSL color Cylindrical-coordinate representation of color #8754ED: hue angle of 260º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8754ED is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 84 | 237 | - |
| CMYK | 0.43 | 0.65 | 0 | 0.07 |
| HSL | 260º | 0.81% | 0.63% | - |
| HSV(B) | 260º | 0.65% | 0.93% | - |
| XYZ | 28.45 | 17.61 | 82.02 | - |
| YUV | 116.69 | 195.9 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 84 | 237 | 0.43 | 0.65 | 0 | 0.07 | 260 | 0.81 | 0.63 |
| Hex | 87 | 54 | ED | 2B | 41 | 0 | 7 | 104 | 51 | 3F |
| Octal | 207 | 124 | 355 | 53 | 101 | 0 | 7 | 404 | 121 | 77 |
| Binary | 10000111 | 1010100 | 11101101 | 101011 | 1000001 | 0 | 111 | 100000100 | 1010001 | 111111 |
Color Harmonies of #8754ED
Complementary color
Monochromatic Colors of #8754ED
Black with #8754ED
Text Example
Text Example
White with #8754ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8754ED; }
p { color: rgb(135,84,237); }
H1.HeaderClassName
{
color: #8754ED;
}
.AnyTagClassName
{
color: #8754ED;
}
</style>
background-color css
<style>
a { background-color: #8754ED; }
a { background-color: rgb(135,84,237); }
div.DivClassName
{
background-color: #8754ED;
}
.BgClassName
{
background-color: #8754ED;
}
</style>
border-color css
<style>
span { border-color: #8754ED; }
span { border-color: rgb(135,84,237); }
td.TdClassName
{
border-color: #8754ED;
}
.TagClassName
{
border-color: #8754ED;
}
</style>