#845DEC

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

Shades of Medium Slate Blue #845DEC

Tints of Medium Slate Blue #845DEC

Color information

#845DEC (or 0x845DEC) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 5D and EC. RGB value is (132,93,236). Sum of RGB (Red+Green+Blue) = 132+93+236=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #845DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845DEC is #7BA213. Grayscale: #787878. Windows color (decimal): -8102420 or 15490436. OLE color: 15490436.

HSL color Cylindrical-coordinate representation of color #845DEC: hue angle of 256.36º degrees, saturation: 0.79, 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 #845DEC is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13293236-
CMYK0.440.6100.07
HSL256.36º79.01%64.51%-
HSV(B)256.36º60.59%92.55%-
XYZ28.5718.7981.48-
YUV120.96192.92135.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.63%
GREEN value IS 93 (36.72% from 255) = 20.17%
BLUE value IS 236 (92.58% from 255) = 51.19%
R=28.63%
G=20.17%
B=51.19%

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
Decimal132932360.440.6100.07256.3679.0164.51
Hex845DEC2C3D071004f41
Octal204135354547507400117101
Binary10000100101110111101100101100111101011110000000010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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