#846AE3

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

Shades of Medium Slate Blue #846AE3

Tints of Medium Slate Blue #846AE3

Color information

#846AE3 (or 0x846AE3) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 6A and E3. RGB value is (132,106,227). Sum of RGB (Red+Green+Blue) = 132+106+227=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 227 (89.06% from 255 or 48.82% from 465); Max value from RGB is 227 - color contains mainly: blue. Hex color #846AE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846AE3 is #7B951C. Grayscale: #7F7F7F. Windows color (decimal): -8099101 or 14903940. OLE color: 14903940.

HSL color Cylindrical-coordinate representation of color #846AE3: hue angle of 252.89º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #846AE3 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB132106227-
CMYK0.420.5300.11
HSL252.89º68.36%65.29%-
HSV(B)252.89º53.3%89.02%-
XYZ28.5320.7675.18-
YUV127.57184.11131.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.39%
GREEN value IS 106 (41.80% from 255) = 22.80%
BLUE value IS 227 (89.06% from 255) = 48.82%
R=28.39%
G=22.80%
B=48.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1321062270.420.5300.11252.8968.3665.29
Hex846AE32A350Bfd4441
Octal2041523435265013375104101
Binary10000100110101011100011101010110101010111111110110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846AE3; }

 p { color: rgb(132,106,227); }

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

<style>
 a { background-color: #846AE3; }

 a { background-color: rgb(132,106,227); }

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

<style>
 span { border-color: #846AE3; }

 span { border-color: rgb(132,106,227); }

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