#845DE5

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

Shades of Medium Slate Blue #845DE5

Tints of Medium Slate Blue #845DE5

Color information

#845DE5 (or 0x845DE5) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 5D and E5. RGB value is (132,93,229). Sum of RGB (Red+Green+Blue) = 132+93+229=454 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.07% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 229 (89.84% from 255 or 50.44% from 454); Max value from RGB is 229 - color contains mainly: blue. Hex color #845DE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845DE5 is #7BA21A. Grayscale: #777777. Windows color (decimal): -8102427 or 15031684. OLE color: 15031684.

HSL color Cylindrical-coordinate representation of color #845DE5: hue angle of 257.21º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #845DE5 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB13293229-
CMYK0.420.5900.10
HSL257.21º72.34%63.14%-
HSV(B)257.21º59.39%89.8%-
XYZ27.5718.3976.23-
YUV120.16189.42136.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.07%
GREEN value IS 93 (36.72% from 255) = 20.48%
BLUE value IS 229 (89.84% from 255) = 50.44%
R=29.07%
G=20.48%
B=50.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal132932290.420.5900.10257.2172.3463.14
Hex845DE52A3B0A101483f
Octal204135345527301240111077
Binary10000100101110111100101101010111011010101000000011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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