#846EED

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

Shades of Medium Slate Blue #846EED

Tints of Medium Slate Blue #846EED

Color information

#846EED (or 0x846EED) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 6E and ED. RGB value is (132,110,237). Sum of RGB (Red+Green+Blue) = 132+110+237=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #846EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846EED is #7B9112. Grayscale: #828282. Windows color (decimal): -8098067 or 15560324. OLE color: 15560324.

HSL color Cylindrical-coordinate representation of color #846EED: hue angle of 250.39º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #846EED is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB132110237-
CMYK0.440.5400.07
HSL250.39º77.91%68.04%-
HSV(B)250.39º53.59%92.94%-
XYZ30.3822.1782.8-
YUV131.06187.79128.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.56%
GREEN value IS 110 (43.36% from 255) = 22.96%
BLUE value IS 237 (92.97% from 255) = 49.48%
R=27.56%
G=22.96%
B=49.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1321102370.440.5400.07250.3977.9168.04
Hex846EED2C3607fa4e44
Octal204156355546607372116104
Binary1000010011011101110110110110011011001111111101010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,110,237); }

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

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

 a { background-color: rgb(132,110,237); }

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

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

 span { border-color: rgb(132,110,237); }

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