#8357FA

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

Shades of Medium Slate Blue #8357FA

Tints of Medium Slate Blue #8357FA

Color information

#8357FA (or 0x8357FA) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 57 and FA. RGB value is (131,87,250). Sum of RGB (Red+Green+Blue) = 131+87+250=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 87 (34.38% from 255 or 18.59% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #8357FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8357FA is #7CA805. Grayscale: #767676. Windows color (decimal): -8169478 or 16406403. OLE color: 16406403.

HSL color Cylindrical-coordinate representation of color #8357FA: hue angle of 256.2º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8357FA is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13187250-
CMYK0.480.6500.02
HSL256.2º94.22%66.08%-
HSV(B)256.2º65.2%98.04%-
XYZ30.0218.5492.44-
YUV118.74202.08136.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.99%
GREEN value IS 87 (34.38% from 255) = 18.59%
BLUE value IS 250 (98.05% from 255) = 53.42%
R=27.99%
G=18.59%
B=53.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal131872500.480.6500.02256.294.2266.08
Hex8357FA3041021005e42
Octal2031273726010102400136102
Binary10000011101011111111010110000100000101010000000010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8357FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8357FA; }

 p { color: rgb(131,87,250); }

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

<style>
 a { background-color: #8357FA; }

 a { background-color: rgb(131,87,250); }

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

<style>
 span { border-color: #8357FA; }

 span { border-color: rgb(131,87,250); }

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