#9354F6

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

Shades of Medium Slate Blue #9354F6

Tints of Medium Slate Blue #9354F6

Color information

#9354F6 (or 0x9354F6) is unknown color: approx Medium Slate Blue. HEX triplet: 93, 54 and F6. RGB value is (147,84,246). Sum of RGB (Red+Green+Blue) = 147+84+246=477 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.82% from 477); Green value is 84 (33.20% from 255 or 17.61% from 477); Blue value is 246 (96.48% from 255 or 51.57% from 477); Max value from RGB is 246 - color contains mainly: blue. Hex color #9354F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9354F6 is #6CAB09. Grayscale: #787878. Windows color (decimal): -7121674 or 16143507. OLE color: 16143507.

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

Color convert

RGB14784246-
CMYK0.400.6600.04
HSL263.33º90%64.71%-
HSV(B)263.33º65.85%96.47%-
XYZ31.8419.289.22-
YUV121.3198.37146.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.82%
GREEN value IS 84 (33.20% from 255) = 17.61%
BLUE value IS 246 (96.48% from 255) = 51.57%
R=30.82%
G=17.61%
B=51.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal147842460.400.6600.04263.339064.71
Hex9354F62842041075a41
Octal2231243665010204407132101
Binary100100111010100111101101010001000010010010000011110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9354F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,84,246); }

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

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

 a { background-color: rgb(147,84,246); }

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

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

 span { border-color: rgb(147,84,246); }

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