Shades of Medium Slate Blue #864EED
Tints of Medium Slate Blue #864EED
RGB
CMYK
RGB Variations
Color information
#864EED (or 0x864EED) is known color: Medium Slate Blue. HEX triplet: 86, 4E and ED. RGB value is (134,78,237). Sum of RGB (Red+Green+Blue) = 134+78+237=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #864EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #864EED is #79B112. Grayscale: #707070. Windows color (decimal): -7975187 or 15552134. OLE color: 15552134.
HSL color Cylindrical-coordinate representation of color #864EED: hue angle of 261.13º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #864EED is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 78 | 237 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.07 |
| HSL | 261.13º | 0.82% | 0.62% | - |
| HSV(B) | 261.13º | 0.67% | 0.93% | - |
| XYZ | 27.84 | 16.63 | 81.86 | - |
| YUV | 112.87 | 198.05 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 78 | 237 | 0.43 | 0.67 | 0 | 0.07 | 261.13 | 0.82 | 0.62 |
| Hex | 86 | 4E | ED | 2B | 43 | 0 | 7 | 105 | 52 | 3E |
| Octal | 206 | 116 | 355 | 53 | 103 | 0 | 7 | 405 | 122 | 76 |
| Binary | 10000110 | 1001110 | 11101101 | 101011 | 1000011 | 0 | 111 | 100000101 | 1010010 | 111110 |
Color Harmonies of #864EED
Complementary color
Monochromatic Colors of #864EED
Black with #864EED
Text Example
Text Example
White with #864EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864EED; }
p { color: rgb(134,78,237); }
H1.HeaderClassName
{
color: #864EED;
}
.AnyTagClassName
{
color: #864EED;
}
</style>
background-color css
<style>
a { background-color: #864EED; }
a { background-color: rgb(134,78,237); }
div.DivClassName
{
background-color: #864EED;
}
.BgClassName
{
background-color: #864EED;
}
</style>
border-color css
<style>
span { border-color: #864EED; }
span { border-color: rgb(134,78,237); }
td.TdClassName
{
border-color: #864EED;
}
.TagClassName
{
border-color: #864EED;
}
</style>