Shades of Medium Slate Blue #855FED
Tints of Medium Slate Blue #855FED
RGB
CMYK
RGB Variations
Color information
#855FED (or 0x855FED) is known color: Medium Slate Blue. HEX triplet: 85, 5F and ED. RGB value is (133,95,237). Sum of RGB (Red+Green+Blue) = 133+95+237=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #855FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855FED is #7AA012. Grayscale: #7A7A7A. Windows color (decimal): -8036371 or 15556485. OLE color: 15556485.
HSL color Cylindrical-coordinate representation of color #855FED: hue angle of 256.06º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #855FED is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 95 | 237 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.07 |
| HSL | 256.06º | 0.8% | 0.65% | - |
| HSV(B) | 256.06º | 0.6% | 0.93% | - |
| XYZ | 29.05 | 19.29 | 82.31 | - |
| YUV | 122.55 | 192.59 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 95 | 237 | 0.44 | 0.60 | 0 | 0.07 | 256.06 | 0.8 | 0.65 |
| Hex | 85 | 5F | ED | 2C | 3C | 0 | 7 | 100 | 50 | 41 |
| Octal | 205 | 137 | 355 | 54 | 74 | 0 | 7 | 400 | 120 | 101 |
| Binary | 10000101 | 1011111 | 11101101 | 101100 | 111100 | 0 | 111 | 100000000 | 1010000 | 1000001 |
Color Harmonies of #855FED
Complementary color
Monochromatic Colors of #855FED
Black with #855FED
Text Example
Text Example
White with #855FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855FED; }
p { color: rgb(133,95,237); }
H1.HeaderClassName
{
color: #855FED;
}
.AnyTagClassName
{
color: #855FED;
}
</style>
background-color css
<style>
a { background-color: #855FED; }
a { background-color: rgb(133,95,237); }
div.DivClassName
{
background-color: #855FED;
}
.BgClassName
{
background-color: #855FED;
}
</style>
border-color css
<style>
span { border-color: #855FED; }
span { border-color: rgb(133,95,237); }
td.TdClassName
{
border-color: #855FED;
}
.TagClassName
{
border-color: #855FED;
}
</style>