#854EE7

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

Shades of Medium Slate Blue #854EE7

Tints of Medium Slate Blue #854EE7

Color information

#854EE7 (or 0x854EE7) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 4E and E7. RGB value is (133,78,231). Sum of RGB (Red+Green+Blue) = 133+78+231=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 231 (90.62% from 255 or 52.26% from 442); Max value from RGB is 231 - color contains mainly: blue. Hex color #854EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #854EE7 is #7AB118. Grayscale: #6F6F6F. Windows color (decimal): -8040729 or 15158917. OLE color: 15158917.

HSL color Cylindrical-coordinate representation of color #854EE7: hue angle of 261.57º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #854EE7 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13378231-
CMYK0.420.6600.09
HSL261.57º76.12%60.59%-
HSV(B)261.57º66.23%90.59%-
XYZ26.8216.277.32-
YUV111.89195.22143.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.09%
GREEN value IS 78 (30.86% from 255) = 17.65%
BLUE value IS 231 (90.62% from 255) = 52.26%
R=30.09%
G=17.65%
B=52.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal133782310.420.6600.09261.5776.1260.59
Hex854EE72A42091064c3d
Octal2051163475210201140611475
Binary100001011001110111001111010101000010010011000001101001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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