#845BE2

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

Shades of Medium Slate Blue #845BE2

Tints of Medium Slate Blue #845BE2

Color information

#845BE2 (or 0x845BE2) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 5B and E2. RGB value is (132,91,226). Sum of RGB (Red+Green+Blue) = 132+91+226=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 226 (88.67% from 255 or 50.33% from 449); Max value from RGB is 226 - color contains mainly: blue. Hex color #845BE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845BE2 is #7BA41D. Grayscale: #767676. Windows color (decimal): -8102942 or 14834564. OLE color: 14834564.

HSL color Cylindrical-coordinate representation of color #845BE2: hue angle of 258.22º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #845BE2 is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB13291226-
CMYK0.420.6000.11
HSL258.22º69.95%62.16%-
HSV(B)258.22º59.73%88.63%-
XYZ26.9817.8873.98-
YUV118.65188.58137.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.40%
GREEN value IS 91 (35.94% from 255) = 20.27%
BLUE value IS 226 (88.67% from 255) = 50.33%
R=29.40%
G=20.27%
B=50.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal132912260.420.6000.11258.2269.9562.16
Hex845BE22A3C0B102463e
Octal204133342527401340210676
Binary10000100101101111100010101010111100010111000000101000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,91,226); }

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

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

 a { background-color: rgb(132,91,226); }

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

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

 span { border-color: rgb(132,91,226); }

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