#8349F3

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

Shades of Medium Slate Blue #8349F3

Tints of Medium Slate Blue #8349F3

Color information

#8349F3 (or 0x8349F3) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 49 and F3. RGB value is (131,73,243). Sum of RGB (Red+Green+Blue) = 131+73+243=447 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.31% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 243 (95.31% from 255 or 54.36% from 447); Max value from RGB is 243 - color contains mainly: blue. Hex color #8349F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8349F3 is #7CB60C. Grayscale: #6D6D6D. Windows color (decimal): -8173069 or 15944067. OLE color: 15944067.

HSL color Cylindrical-coordinate representation of color #8349F3: hue angle of 260.47º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8349F3 is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13173243-
CMYK0.460.7000.05
HSL260.47º87.63%61.96%-
HSV(B)260.47º69.96%95.29%-
XYZ27.9216.0686.42-
YUV109.72203.22143.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.31%
GREEN value IS 73 (28.91% from 255) = 16.33%
BLUE value IS 243 (95.31% from 255) = 54.36%
R=29.31%
G=16.33%
B=54.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal131732430.460.7000.05260.4787.6361.96
Hex8349F32E4605104583e
Octal203111363561060540413076
Binary10000011100100111110011101110100011001011000001001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8349F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8349F3; }

 p { color: rgb(131,73,243); }

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

<style>
 a { background-color: #8349F3; }

 a { background-color: rgb(131,73,243); }

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

<style>
 span { border-color: #8349F3; }

 span { border-color: rgb(131,73,243); }

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