Shades of Medium Slate Blue #854EED
Tints of Medium Slate Blue #854EED
RGB
CMYK
RGB Variations
Color information
#854EED (or 0x854EED) is known color: Medium Slate Blue. HEX triplet: 85, 4E and ED. RGB value is (133,78,237). Sum of RGB (Red+Green+Blue) = 133+78+237=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #854EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #854EED is #7AB112. Grayscale: #6F6F6F. Windows color (decimal): -8040723 or 15552133. OLE color: 15552133.
HSL color Cylindrical-coordinate representation of color #854EED: hue angle of 260.75º 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 #854EED is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 78 | 237 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.07 |
| HSL | 260.75º | 0.82% | 0.62% | - |
| HSV(B) | 260.75º | 0.67% | 0.93% | - |
| XYZ | 27.68 | 16.55 | 81.86 | - |
| YUV | 112.57 | 198.22 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 78 | 237 | 0.44 | 0.67 | 0 | 0.07 | 260.75 | 0.82 | 0.62 |
| Hex | 85 | 4E | ED | 2C | 43 | 0 | 7 | 105 | 52 | 3E |
| Octal | 205 | 116 | 355 | 54 | 103 | 0 | 7 | 405 | 122 | 76 |
| Binary | 10000101 | 1001110 | 11101101 | 101100 | 1000011 | 0 | 111 | 100000101 | 1010010 | 111110 |
Color Harmonies of #854EED
Complementary color
Monochromatic Colors of #854EED
Black with #854EED
Text Example
Text Example
White with #854EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854EED; }
p { color: rgb(133,78,237); }
H1.HeaderClassName
{
color: #854EED;
}
.AnyTagClassName
{
color: #854EED;
}
</style>
background-color css
<style>
a { background-color: #854EED; }
a { background-color: rgb(133,78,237); }
div.DivClassName
{
background-color: #854EED;
}
.BgClassName
{
background-color: #854EED;
}
</style>
border-color css
<style>
span { border-color: #854EED; }
span { border-color: rgb(133,78,237); }
td.TdClassName
{
border-color: #854EED;
}
.TagClassName
{
border-color: #854EED;
}
</style>