#846BE3

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

Shades of Medium Slate Blue #846BE3

Tints of Medium Slate Blue #846BE3

Color information

#846BE3 (or 0x846BE3) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 6B and E3. RGB value is (132,107,227). Sum of RGB (Red+Green+Blue) = 132+107+227=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 227 (89.06% from 255 or 48.71% from 466); Max value from RGB is 227 - color contains mainly: blue. Hex color #846BE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846BE3 is #7B941C. Grayscale: #7F7F7F. Windows color (decimal): -8098845 or 14904196. OLE color: 14904196.

HSL color Cylindrical-coordinate representation of color #846BE3: hue angle of 252.5º 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 #846BE3 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB132107227-
CMYK0.420.5300.11
HSL252.5º68.18%65.49%-
HSV(B)252.5º52.86%89.02%-
XYZ28.6420.9775.21-
YUV128.15183.78130.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.33%
GREEN value IS 107 (42.19% from 255) = 22.96%
BLUE value IS 227 (89.06% from 255) = 48.71%
R=28.33%
G=22.96%
B=48.71%

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
Decimal1321072270.420.5300.11252.568.1865.49
Hex846BE32A350Bfc4441
Octal2041533435265013374104101
Binary10000100110101111100011101010110101010111111110010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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