#8654F6

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

Shades of Medium Slate Blue #8654F6

Tints of Medium Slate Blue #8654F6

Color information

#8654F6 (or 0x8654F6) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 54 and F6. RGB value is (134,84,246). Sum of RGB (Red+Green+Blue) = 134+84+246=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 246 (96.48% from 255 or 53.02% from 464); Max value from RGB is 246 - color contains mainly: blue. Hex color #8654F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8654F6 is #79AB09. Grayscale: #747474. Windows color (decimal): -7973642 or 16143494. OLE color: 16143494.

HSL color Cylindrical-coordinate representation of color #8654F6: hue angle of 258.52º 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 #8654F6 is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13484246-
CMYK0.460.6600.04
HSL258.52º90%64.71%-
HSV(B)258.52º65.85%96.47%-
XYZ29.6418.0689.11-
YUV117.42200.56139.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.88%
GREEN value IS 84 (33.20% from 255) = 18.10%
BLUE value IS 246 (96.48% from 255) = 53.02%
R=28.88%
G=18.10%
B=53.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal134842460.460.6600.04258.529064.71
Hex8654F62E42041035a41
Octal2061243665610204403132101
Binary100001101010100111101101011101000010010010000001110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8654F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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