#8348F5

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

Shades of Medium Slate Blue #8348F5

Tints of Medium Slate Blue #8348F5

Color information

#8348F5 (or 0x8348F5) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 48 and F5. RGB value is (131,72,245). Sum of RGB (Red+Green+Blue) = 131+72+245=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 72 (28.52% from 255 or 16.07% from 448); Blue value is 245 (96.09% from 255 or 54.69% from 448); Max value from RGB is 245 - color contains mainly: blue. Hex color #8348F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8348F5 is #7CB70A. Grayscale: #6C6C6C. Windows color (decimal): -8173323 or 16074883. OLE color: 16074883.

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

Color convert

RGB13172245-
CMYK0.470.7100.04
HSL260.46º89.64%62.16%-
HSV(B)260.46º70.61%96.08%-
XYZ28.1616.0588-
YUV109.36204.55143.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.24%
GREEN value IS 72 (28.52% from 255) = 16.07%
BLUE value IS 245 (96.09% from 255) = 54.69%
R=29.24%
G=16.07%
B=54.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal131722450.470.7100.04260.4689.6462.16
Hex8348F52F47041045a3e
Octal203110365571070440413276
Binary10000011100100011110101101111100011101001000001001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8348F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8348F5; }

 p { color: rgb(131,72,245); }

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

<style>
 a { background-color: #8348F5; }

 a { background-color: rgb(131,72,245); }

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

<style>
 span { border-color: #8348F5; }

 span { border-color: rgb(131,72,245); }

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