#854EF1

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

Shades of Medium Slate Blue #854EF1

Tints of Medium Slate Blue #854EF1

Color information

#854EF1 (or 0x854EF1) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 4E and F1. RGB value is (133,78,241). Sum of RGB (Red+Green+Blue) = 133+78+241=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 241 (94.53% from 255 or 53.32% from 452); Max value from RGB is 241 - color contains mainly: blue. Hex color #854EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #854EF1 is #7AB10E. Grayscale: #707070. Windows color (decimal): -8040719 or 15814277. OLE color: 15814277.

HSL color Cylindrical-coordinate representation of color #854EF1: hue angle of 260.25º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #854EF1 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13378241-
CMYK0.450.6800.05
HSL260.25º85.34%62.55%-
HSV(B)260.25º67.63%94.51%-
XYZ28.2716.7984.97-
YUV113.03200.22142.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.42%
GREEN value IS 78 (30.86% from 255) = 17.26%
BLUE value IS 241 (94.53% from 255) = 53.32%
R=29.42%
G=17.26%
B=53.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal133782410.450.6800.05260.2585.3462.55
Hex854EF12D4405104553f
Octal205116361551040540412577
Binary10000101100111011110001101101100010001011000001001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,78,241); }

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

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

 a { background-color: rgb(133,78,241); }

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

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

 span { border-color: rgb(133,78,241); }

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