#854FF0

Color #854FF0 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #854FF0

Tints of Medium Slate Blue #854FF0

Color information

#854FF0 (or 0x854FF0) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 4F and F0. RGB value is (133,79,240). Sum of RGB (Red+Green+Blue) = 133+79+240=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 79 (31.25% from 255 or 17.48% from 452); Blue value is 240 (94.14% from 255 or 53.10% from 452); Max value from RGB is 240 - color contains mainly: blue. Hex color #854FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #854FF0 is #7AB00F. Grayscale: #707070. Windows color (decimal): -8040464 or 15748997. OLE color: 15748997.

HSL color Cylindrical-coordinate representation of color #854FF0: hue angle of 260.12º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #854FF0 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13379240-
CMYK0.450.6700.06
HSL260.12º84.29%62.55%-
HSV(B)260.12º67.08%94.12%-
XYZ28.216.8784.21-
YUV113.5199.39141.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 29.42%
GREEN value IS 79 (31.25% from 255) = 17.48%
BLUE value IS 240 (94.14% from 255) = 53.10%
R=29.42%
G=17.48%
B=53.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal133792400.450.6700.06260.1284.2962.55
Hex854FF02D4306104543f
Octal205117360551030640412477
Binary10000101100111111110000101101100001101101000001001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854FF0; }

 p { color: rgb(133,79,240); }

 H1.HeaderClassName
 {
   color: #854FF0;
 }
 .AnyTagClassName
 {
   color: #854FF0;
 }
</style>
background-color css

<style>
 a { background-color: #854FF0; }

 a { background-color: rgb(133,79,240); }

 div.DivClassName
 {
   background-color: #854FF0;
 }
 .BgClassName
 {
   background-color: #854FF0;
 }
</style>
border-color css

<style>
 span { border-color: #854FF0; }

 span { border-color: rgb(133,79,240); }

 td.TdClassName
 {
   border-color: #854FF0;
 }
 .TagClassName
 {
   border-color: #854FF0;
 }
</style>