Shades of Medium Slate Blue #855EF0
Tints of Medium Slate Blue #855EF0
RGB
CMYK
RGB Variations
Color information
#855EF0 (or 0x855EF0) is known color: Medium Slate Blue. HEX triplet: 85, 5E and F0. RGB value is (133,94,240). Sum of RGB (Red+Green+Blue) = 133+94+240=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 240 (94.14% from 255 or 51.39% from 467); Max value from RGB is 240 - color contains mainly: blue. Hex color #855EF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855EF0 is #7AA10F. Grayscale: #797979. Windows color (decimal): -8036624 or 15752837. OLE color: 15752837.
HSL color Cylindrical-coordinate representation of color #855EF0: hue angle of 256.03º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #855EF0 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 94 | 240 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.06 |
| HSL | 256.03º | 0.83% | 0.65% | - |
| HSV(B) | 256.03º | 0.61% | 0.94% | - |
| XYZ | 29.4 | 19.28 | 84.61 | - |
| YUV | 122.31 | 194.42 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 94 | 240 | 0.45 | 0.61 | 0 | 0.06 | 256.03 | 0.83 | 0.65 |
| Hex | 85 | 5E | F0 | 2D | 3D | 0 | 6 | 100 | 53 | 41 |
| Octal | 205 | 136 | 360 | 55 | 75 | 0 | 6 | 400 | 123 | 101 |
| Binary | 10000101 | 1011110 | 11110000 | 101101 | 111101 | 0 | 110 | 100000000 | 1010011 | 1000001 |
Color Harmonies of #855EF0
Complementary color
Monochromatic Colors of #855EF0
Black with #855EF0
Text Example
Text Example
White with #855EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855EF0; }
p { color: rgb(133,94,240); }
H1.HeaderClassName
{
color: #855EF0;
}
.AnyTagClassName
{
color: #855EF0;
}
</style>
background-color css
<style>
a { background-color: #855EF0; }
a { background-color: rgb(133,94,240); }
div.DivClassName
{
background-color: #855EF0;
}
.BgClassName
{
background-color: #855EF0;
}
</style>
border-color css
<style>
span { border-color: #855EF0; }
span { border-color: rgb(133,94,240); }
td.TdClassName
{
border-color: #855EF0;
}
.TagClassName
{
border-color: #855EF0;
}
</style>