Shades of Medium Slate Blue #854DEA
Tints of Medium Slate Blue #854DEA
RGB
CMYK
RGB Variations
Color information
#854DEA (or 0x854DEA) is known color: Medium Slate Blue. HEX triplet: 85, 4D and EA. RGB value is (133,77,234). Sum of RGB (Red+Green+Blue) = 133+77+234=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #854DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #854DEA is #7AB215. Grayscale: #6F6F6F. Windows color (decimal): -8040982 or 15355269. OLE color: 15355269.
HSL color Cylindrical-coordinate representation of color #854DEA: hue angle of 261.4º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #854DEA is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 77 | 234 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.08 |
| HSL | 261.4º | 0.79% | 0.61% | - |
| HSV(B) | 261.4º | 0.67% | 0.92% | - |
| XYZ | 27.18 | 16.23 | 79.54 | - |
| YUV | 111.64 | 197.05 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 77 | 234 | 0.43 | 0.67 | 0 | 0.08 | 261.4 | 0.79 | 0.61 |
| Hex | 85 | 4D | EA | 2B | 43 | 0 | 8 | 105 | 4F | 3D |
| Octal | 205 | 115 | 352 | 53 | 103 | 0 | 10 | 405 | 117 | 75 |
| Binary | 10000101 | 1001101 | 11101010 | 101011 | 1000011 | 0 | 1000 | 100000101 | 1001111 | 111101 |
Color Harmonies of #854DEA
Complementary color
Monochromatic Colors of #854DEA
Black with #854DEA
Text Example
Text Example
White with #854DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854DEA; }
p { color: rgb(133,77,234); }
H1.HeaderClassName
{
color: #854DEA;
}
.AnyTagClassName
{
color: #854DEA;
}
</style>
background-color css
<style>
a { background-color: #854DEA; }
a { background-color: rgb(133,77,234); }
div.DivClassName
{
background-color: #854DEA;
}
.BgClassName
{
background-color: #854DEA;
}
</style>
border-color css
<style>
span { border-color: #854DEA; }
span { border-color: rgb(133,77,234); }
td.TdClassName
{
border-color: #854DEA;
}
.TagClassName
{
border-color: #854DEA;
}
</style>