#845DEA

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

Shades of Medium Slate Blue #845DEA

Tints of Medium Slate Blue #845DEA

Color information

#845DEA (or 0x845DEA) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 5D and EA. RGB value is (132,93,234). Sum of RGB (Red+Green+Blue) = 132+93+234=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #845DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845DEA is #7BA215. Grayscale: #787878. Windows color (decimal): -8102422 or 15359364. OLE color: 15359364.

HSL color Cylindrical-coordinate representation of color #845DEA: hue angle of 256.6º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #845DEA is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13293234-
CMYK0.440.6000.08
HSL256.6º77.05%64.12%-
HSV(B)256.6º60.26%91.76%-
XYZ28.2818.6779.96-
YUV120.74191.92136.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.76%
GREEN value IS 93 (36.72% from 255) = 20.26%
BLUE value IS 234 (91.80% from 255) = 50.98%
R=28.76%
G=20.26%
B=50.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal132932340.440.6000.08256.677.0564.12
Hex845DEA2C3C081014d40
Octal2041353525474010401115100
Binary100001001011101111010101011001111000100010000000110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845DEA; }

 p { color: rgb(132,93,234); }

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

<style>
 a { background-color: #845DEA; }

 a { background-color: rgb(132,93,234); }

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

<style>
 span { border-color: #845DEA; }

 span { border-color: rgb(132,93,234); }

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