#845EE0

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

Shades of Medium Slate Blue #845EE0

Tints of Medium Slate Blue #845EE0

Color information

#845EE0 (or 0x845EE0) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 5E and E0. RGB value is (132,94,224). Sum of RGB (Red+Green+Blue) = 132+94+224=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 224 (87.89% from 255 or 49.78% from 450); Max value from RGB is 224 - color contains mainly: blue. Hex color #845EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845EE0 is #7BA11F. Grayscale: #777777. Windows color (decimal): -8102176 or 14704260. OLE color: 14704260.

HSL color Cylindrical-coordinate representation of color #845EE0: hue angle of 257.54º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #845EE0 is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13294224-
CMYK0.410.5800.12
HSL257.54º67.71%62.35%-
HSV(B)257.54º58.04%87.84%-
XYZ26.9718.2972.63-
YUV120.18186.59136.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.33%
GREEN value IS 94 (37.11% from 255) = 20.89%
BLUE value IS 224 (87.89% from 255) = 49.78%
R=29.33%
G=20.89%
B=49.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal132942240.410.5800.12257.5467.7162.35
Hex845EE0293A0C102443e
Octal204136340517201440210476
Binary10000100101111011100000101001111010011001000000101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,94,224); }

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

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

 a { background-color: rgb(132,94,224); }

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

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

 span { border-color: rgb(132,94,224); }

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