#845DED

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

Shades of Medium Slate Blue #845DED

Tints of Medium Slate Blue #845DED

Color information

#845DED (or 0x845DED) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 5D and ED. RGB value is (132,93,237). Sum of RGB (Red+Green+Blue) = 132+93+237=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #845DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845DED is #7BA212. Grayscale: #787878. Windows color (decimal): -8102419 or 15555972. OLE color: 15555972.

HSL color Cylindrical-coordinate representation of color #845DED: hue angle of 256.25º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #845DED is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13293237-
CMYK0.440.6100.07
HSL256.25º80%64.71%-
HSV(B)256.25º60.76%92.94%-
XYZ28.7218.8582.25-
YUV121.08193.42135.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.57%
GREEN value IS 93 (36.72% from 255) = 20.13%
BLUE value IS 237 (92.97% from 255) = 51.30%
R=28.57%
G=20.13%
B=51.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal132932370.440.6100.07256.258064.71
Hex845DED2C3D071005041
Octal204135355547507400120101
Binary10000100101110111101101101100111101011110000000010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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