#8357F6

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

Shades of Medium Slate Blue #8357F6

Tints of Medium Slate Blue #8357F6

Color information

#8357F6 (or 0x8357F6) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 57 and F6. RGB value is (131,87,246). Sum of RGB (Red+Green+Blue) = 131+87+246=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 87 (34.38% from 255 or 18.75% from 464); Blue value is 246 (96.48% from 255 or 53.02% from 464); Max value from RGB is 246 - color contains mainly: blue. Hex color #8357F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8357F6 is #7CA809. Grayscale: #757575. Windows color (decimal): -8169482 or 16144259. OLE color: 16144259.

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

Color convert

RGB13187246-
CMYK0.470.6500.04
HSL256.6º89.83%65.29%-
HSV(B)256.6º64.63%96.47%-
XYZ29.418.389.17-
YUV118.28200.08137.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.23%
GREEN value IS 87 (34.38% from 255) = 18.75%
BLUE value IS 246 (96.48% from 255) = 53.02%
R=28.23%
G=18.75%
B=53.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal131872460.470.6500.04256.689.8365.29
Hex8357F62F41041015a41
Octal2031273665710104401132101
Binary100000111010111111101101011111000001010010000000110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8357F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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