#8357F8

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

Shades of Medium Slate Blue #8357F8

Tints of Medium Slate Blue #8357F8

Color information

#8357F8 (or 0x8357F8) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 57 and F8. RGB value is (131,87,248). Sum of RGB (Red+Green+Blue) = 131+87+248=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 248 (97.27% from 255 or 53.22% from 466); Max value from RGB is 248 - color contains mainly: blue. Hex color #8357F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8357F8 is #7CA807. Grayscale: #757575. Windows color (decimal): -8169480 or 16275331. OLE color: 16275331.

HSL color Cylindrical-coordinate representation of color #8357F8: hue angle of 256.4º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8357F8 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB13187248-
CMYK0.470.6500.03
HSL256.4º92%65.69%-
HSV(B)256.4º64.92%97.25%-
XYZ29.7118.4290.8-
YUV118.51201.08136.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.11%
GREEN value IS 87 (34.38% from 255) = 18.67%
BLUE value IS 248 (97.27% from 255) = 53.22%
R=28.11%
G=18.67%
B=53.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal131872480.470.6500.03256.49265.69
Hex8357F82F41031005c42
Octal2031273705710103400134102
Binary10000011101011111111000101111100000101110000000010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8357F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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