Shades of Medium Slate Blue #855AF0
Tints of Medium Slate Blue #855AF0
RGB
CMYK
RGB Variations
Color information
#855AF0 (or 0x855AF0) is known color: Medium Slate Blue. HEX triplet: 85, 5A and F0. RGB value is (133,90,240). Sum of RGB (Red+Green+Blue) = 133+90+240=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 240 (94.14% from 255 or 51.84% from 463); Max value from RGB is 240 - color contains mainly: blue. Hex color #855AF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855AF0 is #7AA50F. Grayscale: #777777. Windows color (decimal): -8037648 or 15751813. OLE color: 15751813.
HSL color Cylindrical-coordinate representation of color #855AF0: hue angle of 257.2º 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 #855AF0 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 90 | 240 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.06 |
| HSL | 257.2º | 0.83% | 0.65% | - |
| HSV(B) | 257.2º | 0.63% | 0.94% | - |
| XYZ | 29.06 | 18.59 | 84.49 | - |
| YUV | 119.96 | 195.75 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 240 | 0.45 | 0.62 | 0 | 0.06 | 257.2 | 0.83 | 0.65 |
| Hex | 85 | 5A | F0 | 2D | 3E | 0 | 6 | 101 | 53 | 41 |
| Octal | 205 | 132 | 360 | 55 | 76 | 0 | 6 | 401 | 123 | 101 |
| Binary | 10000101 | 1011010 | 11110000 | 101101 | 111110 | 0 | 110 | 100000001 | 1010011 | 1000001 |
Color Harmonies of #855AF0
Complementary color
Monochromatic Colors of #855AF0
Black with #855AF0
Text Example
Text Example
White with #855AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855AF0; }
p { color: rgb(133,90,240); }
H1.HeaderClassName
{
color: #855AF0;
}
.AnyTagClassName
{
color: #855AF0;
}
</style>
background-color css
<style>
a { background-color: #855AF0; }
a { background-color: rgb(133,90,240); }
div.DivClassName
{
background-color: #855AF0;
}
.BgClassName
{
background-color: #855AF0;
}
</style>
border-color css
<style>
span { border-color: #855AF0; }
span { border-color: rgb(133,90,240); }
td.TdClassName
{
border-color: #855AF0;
}
.TagClassName
{
border-color: #855AF0;
}
</style>