#8352F0

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

Shades of Medium Slate Blue #8352F0

Tints of Medium Slate Blue #8352F0

Color information

#8352F0 (or 0x8352F0) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 52 and F0. RGB value is (131,82,240). Sum of RGB (Red+Green+Blue) = 131+82+240=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 240 (94.14% from 255 or 52.98% from 453); Max value from RGB is 240 - color contains mainly: blue. Hex color #8352F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8352F0 is #7CAD0F. Grayscale: #727272. Windows color (decimal): -8170768 or 15749763. OLE color: 15749763.

HSL color Cylindrical-coordinate representation of color #8352F0: hue angle of 258.61º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8352F0 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13182240-
CMYK0.450.6600.06
HSL258.61º84.04%63.14%-
HSV(B)258.61º65.83%94.12%-
XYZ28.1117.1584.27-
YUV114.66198.73139.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.92%
GREEN value IS 82 (32.42% from 255) = 18.10%
BLUE value IS 240 (94.14% from 255) = 52.98%
R=28.92%
G=18.10%
B=52.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal131822400.450.6600.06258.6184.0463.14
Hex8352F02D4206103543f
Octal203122360551020640312477
Binary10000011101001011110000101101100001001101000000111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8352F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8352F0; }

 p { color: rgb(131,82,240); }

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

<style>
 a { background-color: #8352F0; }

 a { background-color: rgb(131,82,240); }

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

<style>
 span { border-color: #8352F0; }

 span { border-color: rgb(131,82,240); }

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