#854EE5

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

Shades of Medium Slate Blue #854EE5

Tints of Medium Slate Blue #854EE5

Color information

#854EE5 (or 0x854EE5) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 4E and E5. RGB value is (133,78,229). Sum of RGB (Red+Green+Blue) = 133+78+229=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 78 (30.86% from 255 or 17.73% from 440); Blue value is 229 (89.84% from 255 or 52.05% from 440); Max value from RGB is 229 - color contains mainly: blue. Hex color #854EE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854EE5 is #7AB11A. Grayscale: #6F6F6F. Windows color (decimal): -8040731 or 15027845. OLE color: 15027845.

HSL color Cylindrical-coordinate representation of color #854EE5: hue angle of 261.85º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #854EE5 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB13378229-
CMYK0.420.6600.10
HSL261.85º74.38%60.2%-
HSV(B)261.85º65.94%89.8%-
XYZ26.5416.0975.84-
YUV111.66194.22143.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.23%
GREEN value IS 78 (30.86% from 255) = 17.73%
BLUE value IS 229 (89.84% from 255) = 52.05%
R=30.23%
G=17.73%
B=52.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal133782290.420.6600.10261.8574.3860.2
Hex854EE52A420A1064a3c
Octal2051163455210201240611274
Binary100001011001110111001011010101000010010101000001101001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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