#846AE4

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

Shades of Medium Slate Blue #846AE4

Tints of Medium Slate Blue #846AE4

Color information

#846AE4 (or 0x846AE4) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 6A and E4. RGB value is (132,106,228). Sum of RGB (Red+Green+Blue) = 132+106+228=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 228 (89.45% from 255 or 48.93% from 466); Max value from RGB is 228 - color contains mainly: blue. Hex color #846AE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846AE4 is #7B951B. Grayscale: #7F7F7F. Windows color (decimal): -8099100 or 14969476. OLE color: 14969476.

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

Color convert

RGB132106228-
CMYK0.420.5400.11
HSL252.79º69.32%65.49%-
HSV(B)252.79º53.51%89.41%-
XYZ28.6720.8275.91-
YUV127.68184.61131.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.33%
GREEN value IS 106 (41.80% from 255) = 22.75%
BLUE value IS 228 (89.45% from 255) = 48.93%
R=28.33%
G=22.75%
B=48.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1321062280.420.5400.11252.7969.3265.49
Hex846AE42A360Bfd4541
Octal2041523445266013375105101
Binary10000100110101011100100101010110110010111111110110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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