#846DEE

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

Shades of Medium Slate Blue #846DEE

Tints of Medium Slate Blue #846DEE

Color information

#846DEE (or 0x846DEE) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 6D and EE. RGB value is (132,109,238). Sum of RGB (Red+Green+Blue) = 132+109+238=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #846DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846DEE is #7B9211. Grayscale: #828282. Windows color (decimal): -8098322 or 15625604. OLE color: 15625604.

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

Color convert

RGB132109238-
CMYK0.450.5400.07
HSL250.7º79.14%68.04%-
HSV(B)250.7º54.2%93.33%-
XYZ30.4222.0283.54-
YUV130.58188.62129.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.56%
GREEN value IS 109 (42.97% from 255) = 22.76%
BLUE value IS 238 (93.36% from 255) = 49.69%
R=27.56%
G=22.76%
B=49.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1321092380.450.5400.07250.779.1468.04
Hex846DEE2D3607fb4f44
Octal204155356556607373117104
Binary1000010011011011110111010110111011001111111101110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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