#846DED

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

Shades of Medium Slate Blue #846DED

Tints of Medium Slate Blue #846DED

Color information

#846DED (or 0x846DED) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 6D and ED. RGB value is (132,109,237). Sum of RGB (Red+Green+Blue) = 132+109+237=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #846DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846DED is #7B9212. Grayscale: #818181. Windows color (decimal): -8098323 or 15560068. OLE color: 15560068.

HSL color Cylindrical-coordinate representation of color #846DED: hue angle of 250.78º 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 #846DED is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB132109237-
CMYK0.440.5400.07
HSL250.78º78.05%67.84%-
HSV(B)250.78º54.01%92.94%-
XYZ30.2721.9682.76-
YUV130.47188.12129.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.62%
GREEN value IS 109 (42.97% from 255) = 22.80%
BLUE value IS 237 (92.97% from 255) = 49.58%
R=27.62%
G=22.80%
B=49.58%

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
Decimal1321092370.440.5400.07250.7878.0567.84
Hex846DED2C3607fb4e44
Octal204155355546607373116104
Binary1000010011011011110110110110011011001111111101110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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