#845DE8

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

Shades of Medium Slate Blue #845DE8

Tints of Medium Slate Blue #845DE8

Color information

#845DE8 (or 0x845DE8) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 5D and E8. RGB value is (132,93,232). Sum of RGB (Red+Green+Blue) = 132+93+232=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 232 (91.02% from 255 or 50.77% from 457); Max value from RGB is 232 - color contains mainly: blue. Hex color #845DE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845DE8 is #7BA217. Grayscale: #777777. Windows color (decimal): -8102424 or 15228292. OLE color: 15228292.

HSL color Cylindrical-coordinate representation of color #845DE8: hue angle of 256.83º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #845DE8 is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13293232-
CMYK0.430.6000.09
HSL256.83º75.14%63.73%-
HSV(B)256.83º59.91%90.98%-
XYZ2818.5678.45-
YUV120.51190.92136.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.88%
GREEN value IS 93 (36.72% from 255) = 20.35%
BLUE value IS 232 (91.02% from 255) = 50.77%
R=28.88%
G=20.35%
B=50.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal132932320.430.6000.09256.8375.1463.73
Hex845DE82B3C091014b40
Octal2041353505374011401113100
Binary100001001011101111010001010111111000100110000000110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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