Shades of Medium Slate Blue #854AF0
Tints of Medium Slate Blue #854AF0
RGB
CMYK
RGB Variations
Color information
#854AF0 (or 0x854AF0) is known color: Medium Slate Blue. HEX triplet: 85, 4A and F0. RGB value is (133,74,240). Sum of RGB (Red+Green+Blue) = 133+74+240=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 240 (94.14% from 255 or 53.69% from 447); Max value from RGB is 240 - color contains mainly: blue. Hex color #854AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #854AF0 is #7AB50F. Grayscale: #6D6D6D. Windows color (decimal): -8041744 or 15747717. OLE color: 15747717.
HSL color Cylindrical-coordinate representation of color #854AF0: hue angle of 261.33º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #854AF0 is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 74 | 240 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.06 |
| HSL | 261.33º | 0.85% | 0.62% | - |
| HSV(B) | 261.33º | 0.69% | 0.94% | - |
| XYZ | 27.85 | 16.18 | 84.09 | - |
| YUV | 110.57 | 201.05 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 74 | 240 | 0.45 | 0.69 | 0 | 0.06 | 261.33 | 0.85 | 0.62 |
| Hex | 85 | 4A | F0 | 2D | 45 | 0 | 6 | 105 | 55 | 3E |
| Octal | 205 | 112 | 360 | 55 | 105 | 0 | 6 | 405 | 125 | 76 |
| Binary | 10000101 | 1001010 | 11110000 | 101101 | 1000101 | 0 | 110 | 100000101 | 1010101 | 111110 |
Color Harmonies of #854AF0
Complementary color
Monochromatic Colors of #854AF0
Black with #854AF0
Text Example
Text Example
White with #854AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854AF0; }
p { color: rgb(133,74,240); }
H1.HeaderClassName
{
color: #854AF0;
}
.AnyTagClassName
{
color: #854AF0;
}
</style>
background-color css
<style>
a { background-color: #854AF0; }
a { background-color: rgb(133,74,240); }
div.DivClassName
{
background-color: #854AF0;
}
.BgClassName
{
background-color: #854AF0;
}
</style>
border-color css
<style>
span { border-color: #854AF0; }
span { border-color: rgb(133,74,240); }
td.TdClassName
{
border-color: #854AF0;
}
.TagClassName
{
border-color: #854AF0;
}
</style>