Shades of Medium Slate Blue #855CF0
Tints of Medium Slate Blue #855CF0
RGB
CMYK
RGB Variations
Color information
#855CF0 (or 0x855CF0) is known color: Medium Slate Blue. HEX triplet: 85, 5C and F0. RGB value is (133,92,240). Sum of RGB (Red+Green+Blue) = 133+92+240=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 240 (94.14% from 255 or 51.61% from 465); Max value from RGB is 240 - color contains mainly: blue. Hex color #855CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855CF0 is #7AA30F. Grayscale: #787878. Windows color (decimal): -8037136 or 15752325. OLE color: 15752325.
HSL color Cylindrical-coordinate representation of color #855CF0: hue angle of 256.62º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #855CF0 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 92 | 240 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.06 |
| HSL | 256.62º | 0.83% | 0.65% | - |
| HSV(B) | 256.62º | 0.62% | 0.94% | - |
| XYZ | 29.23 | 18.93 | 84.55 | - |
| YUV | 121.13 | 195.08 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 240 | 0.45 | 0.62 | 0 | 0.06 | 256.62 | 0.83 | 0.65 |
| Hex | 85 | 5C | F0 | 2D | 3E | 0 | 6 | 101 | 53 | 41 |
| Octal | 205 | 134 | 360 | 55 | 76 | 0 | 6 | 401 | 123 | 101 |
| Binary | 10000101 | 1011100 | 11110000 | 101101 | 111110 | 0 | 110 | 100000001 | 1010011 | 1000001 |
Color Harmonies of #855CF0
Complementary color
Monochromatic Colors of #855CF0
Black with #855CF0
Text Example
Text Example
White with #855CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855CF0; }
p { color: rgb(133,92,240); }
H1.HeaderClassName
{
color: #855CF0;
}
.AnyTagClassName
{
color: #855CF0;
}
</style>
background-color css
<style>
a { background-color: #855CF0; }
a { background-color: rgb(133,92,240); }
div.DivClassName
{
background-color: #855CF0;
}
.BgClassName
{
background-color: #855CF0;
}
</style>
border-color css
<style>
span { border-color: #855CF0; }
span { border-color: rgb(133,92,240); }
td.TdClassName
{
border-color: #855CF0;
}
.TagClassName
{
border-color: #855CF0;
}
</style>