#845CE1

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

Shades of Medium Slate Blue #845CE1

Tints of Medium Slate Blue #845CE1

Color information

#845CE1 (or 0x845CE1) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 5C and E1. RGB value is (132,92,225). Sum of RGB (Red+Green+Blue) = 132+92+225=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 225 (88.28% from 255 or 50.11% from 449); Max value from RGB is 225 - color contains mainly: blue. Hex color #845CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845CE1 is #7BA31E. Grayscale: #767676. Windows color (decimal): -8102687 or 14769284. OLE color: 14769284.

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

Color convert

RGB13292225-
CMYK0.410.5900.12
HSL258.05º68.91%62.16%-
HSV(B)258.05º59.11%88.24%-
XYZ26.931873.29-
YUV119.12187.75137.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.40%
GREEN value IS 92 (36.33% from 255) = 20.49%
BLUE value IS 225 (88.28% from 255) = 50.11%
R=29.40%
G=20.49%
B=50.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal132922250.410.5900.12258.0568.9162.16
Hex845CE1293B0C102453e
Octal204134341517301440210576
Binary10000100101110011100001101001111011011001000000101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,92,225); }

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

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

 a { background-color: rgb(132,92,225); }

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

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

 span { border-color: rgb(132,92,225); }

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