#844DED

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

Shades of Medium Slate Blue #844DED

Tints of Medium Slate Blue #844DED

Color information

#844DED (or 0x844DED) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 4D and ED. RGB value is (132,77,237). Sum of RGB (Red+Green+Blue) = 132+77+237=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #844DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #844DED is #7BB212. Grayscale: #6F6F6F. Windows color (decimal): -8106515 or 15551876. OLE color: 15551876.

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

Color convert

RGB13277237-
CMYK0.440.6800.07
HSL260.62º81.63%61.57%-
HSV(B)260.62º67.51%92.94%-
XYZ27.4616.3381.83-
YUV111.68198.72142.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.60%
GREEN value IS 77 (30.47% from 255) = 17.26%
BLUE value IS 237 (92.97% from 255) = 53.14%
R=29.60%
G=17.26%
B=53.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal132772370.440.6800.07260.6281.6361.57
Hex844DED2C4407105523e
Octal204115355541040740512276
Binary10000100100110111101101101100100010001111000001011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844DED; }

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

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

<style>
 a { background-color: #844DED; }

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

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

<style>
 span { border-color: #844DED; }

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

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