#8453E5

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

Shades of Medium Slate Blue #8453E5

Tints of Medium Slate Blue #8453E5

Color information

#8453E5 (or 0x8453E5) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 53 and E5. RGB value is (132,83,229). Sum of RGB (Red+Green+Blue) = 132+83+229=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 229 (89.84% from 255 or 51.58% from 444); Max value from RGB is 229 - color contains mainly: blue. Hex color #8453E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8453E5 is #7BAC1A. Grayscale: #717171. Windows color (decimal): -8104987 or 15029124. OLE color: 15029124.

HSL color Cylindrical-coordinate representation of color #8453E5: hue angle of 260.14º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8453E5 is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB13283229-
CMYK0.420.6400.10
HSL260.14º73.74%61.18%-
HSV(B)260.14º63.76%89.8%-
XYZ26.7516.7575.95-
YUV114.29192.73140.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.73%
GREEN value IS 83 (32.81% from 255) = 18.69%
BLUE value IS 229 (89.84% from 255) = 51.58%
R=29.73%
G=18.69%
B=51.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal132832290.420.6400.10260.1473.7461.18
Hex8453E52A400A1044a3d
Octal2041233455210001240411275
Binary100001001010011111001011010101000000010101000001001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8453E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8453E5; }

 p { color: rgb(132,83,229); }

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

<style>
 a { background-color: #8453E5; }

 a { background-color: rgb(132,83,229); }

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

<style>
 span { border-color: #8453E5; }

 span { border-color: rgb(132,83,229); }

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