Shades of Medium Slate Blue #854FE3
Tints of Medium Slate Blue #854FE3
RGB
CMYK
RGB Variations
Color information
#854FE3 (or 0x854FE3) is known color: Medium Slate Blue. HEX triplet: 85, 4F and E3. RGB value is (133,79,227). Sum of RGB (Red+Green+Blue) = 133+79+227=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 227 (89.06% from 255 or 51.71% from 439); Max value from RGB is 227 - color contains mainly: blue. Hex color #854FE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854FE3 is #7AB01C. Grayscale: #6F6F6F. Windows color (decimal): -8040477 or 14897029. OLE color: 14897029.
HSL color Cylindrical-coordinate representation of color #854FE3: hue angle of 261.89º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #854FE3 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 79 | 227 | - |
| CMYK | 0.41 | 0.65 | 0 | 0.11 |
| HSL | 261.89º | 0.73% | 0.6% | - |
| HSV(B) | 261.89º | 0.65% | 0.89% | - |
| XYZ | 26.33 | 16.12 | 74.4 | - |
| YUV | 112.02 | 192.89 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 79 | 227 | 0.41 | 0.65 | 0 | 0.11 | 261.89 | 0.73 | 0.6 |
| Hex | 85 | 4F | E3 | 29 | 41 | 0 | B | 106 | 49 | 3C |
| Octal | 205 | 117 | 343 | 51 | 101 | 0 | 13 | 406 | 111 | 74 |
| Binary | 10000101 | 1001111 | 11100011 | 101001 | 1000001 | 0 | 1011 | 100000110 | 1001001 | 111100 |
Color Harmonies of #854FE3
Complementary color
Monochromatic Colors of #854FE3
Black with #854FE3
Text Example
Text Example
White with #854FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854FE3; }
p { color: rgb(133,79,227); }
H1.HeaderClassName
{
color: #854FE3;
}
.AnyTagClassName
{
color: #854FE3;
}
</style>
background-color css
<style>
a { background-color: #854FE3; }
a { background-color: rgb(133,79,227); }
div.DivClassName
{
background-color: #854FE3;
}
.BgClassName
{
background-color: #854FE3;
}
</style>
border-color css
<style>
span { border-color: #854FE3; }
span { border-color: rgb(133,79,227); }
td.TdClassName
{
border-color: #854FE3;
}
.TagClassName
{
border-color: #854FE3;
}
</style>