Shades of Medium Slate Blue #854FEC
Tints of Medium Slate Blue #854FEC
RGB
CMYK
RGB Variations
Color information
#854FEC (or 0x854FEC) is known color: Medium Slate Blue. HEX triplet: 85, 4F and EC. RGB value is (133,79,236). Sum of RGB (Red+Green+Blue) = 133+79+236=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #854FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #854FEC is #7AB013. Grayscale: #707070. Windows color (decimal): -8040468 or 15486853. OLE color: 15486853.
HSL color Cylindrical-coordinate representation of color #854FEC: hue angle of 260.64º degrees, saturation: 0.81, 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 #854FEC is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 79 | 236 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.07 |
| HSL | 260.64º | 0.81% | 0.62% | - |
| HSV(B) | 260.64º | 0.67% | 0.93% | - |
| XYZ | 27.61 | 16.63 | 81.11 | - |
| YUV | 113.04 | 197.39 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 79 | 236 | 0.44 | 0.67 | 0 | 0.07 | 260.64 | 0.81 | 0.62 |
| Hex | 85 | 4F | EC | 2C | 43 | 0 | 7 | 105 | 51 | 3E |
| Octal | 205 | 117 | 354 | 54 | 103 | 0 | 7 | 405 | 121 | 76 |
| Binary | 10000101 | 1001111 | 11101100 | 101100 | 1000011 | 0 | 111 | 100000101 | 1010001 | 111110 |
Color Harmonies of #854FEC
Complementary color
Monochromatic Colors of #854FEC
Black with #854FEC
Text Example
Text Example
White with #854FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854FEC; }
p { color: rgb(133,79,236); }
H1.HeaderClassName
{
color: #854FEC;
}
.AnyTagClassName
{
color: #854FEC;
}
</style>
background-color css
<style>
a { background-color: #854FEC; }
a { background-color: rgb(133,79,236); }
div.DivClassName
{
background-color: #854FEC;
}
.BgClassName
{
background-color: #854FEC;
}
</style>
border-color css
<style>
span { border-color: #854FEC; }
span { border-color: rgb(133,79,236); }
td.TdClassName
{
border-color: #854FEC;
}
.TagClassName
{
border-color: #854FEC;
}
</style>