#845DEB

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

Shades of Medium Slate Blue #845DEB

Tints of Medium Slate Blue #845DEB

Color information

#845DEB (or 0x845DEB) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 5D and EB. RGB value is (132,93,235). Sum of RGB (Red+Green+Blue) = 132+93+235=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #845DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845DEB is #7BA214. Grayscale: #787878. Windows color (decimal): -8102421 or 15424900. OLE color: 15424900.

HSL color Cylindrical-coordinate representation of color #845DEB: hue angle of 256.48º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #845DEB is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13293235-
CMYK0.440.6000.08
HSL256.48º78.02%64.31%-
HSV(B)256.48º60.43%92.16%-
XYZ28.4318.7380.71-
YUV120.85192.42135.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.70%
GREEN value IS 93 (36.72% from 255) = 20.22%
BLUE value IS 235 (92.19% from 255) = 51.09%
R=28.70%
G=20.22%
B=51.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal132932350.440.6000.08256.4878.0264.31
Hex845DEB2C3C081004e40
Octal2041353535474010400116100
Binary100001001011101111010111011001111000100010000000010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845DEB; }

 p { color: rgb(132,93,235); }

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

<style>
 a { background-color: #845DEB; }

 a { background-color: rgb(132,93,235); }

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

<style>
 span { border-color: #845DEB; }

 span { border-color: rgb(132,93,235); }

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