#8453F6

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

Shades of Medium Slate Blue #8453F6

Tints of Medium Slate Blue #8453F6

Color information

#8453F6 (or 0x8453F6) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 53 and F6. RGB value is (132,83,246). Sum of RGB (Red+Green+Blue) = 132+83+246=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 246 (96.48% from 255 or 53.36% from 461); Max value from RGB is 246 - color contains mainly: blue. Hex color #8453F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8453F6 is #7BAC09. Grayscale: #737373. Windows color (decimal): -8104970 or 16143236. OLE color: 16143236.

HSL color Cylindrical-coordinate representation of color #8453F6: hue angle of 258.04º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8453F6 is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13283246-
CMYK0.460.6600.04
HSL258.04º90.06%64.51%-
HSV(B)258.04º66.26%96.47%-
XYZ29.2417.7589.07-
YUV116.23201.23139.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.63%
GREEN value IS 83 (32.81% from 255) = 18.00%
BLUE value IS 246 (96.48% from 255) = 53.36%
R=28.63%
G=18.00%
B=53.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal132832460.460.6600.04258.0490.0664.51
Hex8453F62E42041025a41
Octal2041233665610204402132101
Binary100001001010011111101101011101000010010010000001010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8453F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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