#8753F6

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

Shades of Medium Slate Blue #8753F6

Tints of Medium Slate Blue #8753F6

Color information

#8753F6 (or 0x8753F6) is unknown color: approx Medium Slate Blue. HEX triplet: 87, 53 and F6. RGB value is (135,83,246). Sum of RGB (Red+Green+Blue) = 135+83+246=464 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.09% from 464); Green value is 83 (32.81% from 255 or 17.89% 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 #8753F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8753F6 is #78AC09. Grayscale: #747474. Windows color (decimal): -7908362 or 16143239. OLE color: 16143239.

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

Color convert

RGB13583246-
CMYK0.450.6600.04
HSL259.14º90.06%64.51%-
HSV(B)259.14º66.26%96.47%-
XYZ29.7217.9989.1-
YUV117.13200.73140.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.09%
GREEN value IS 83 (32.81% from 255) = 17.89%
BLUE value IS 246 (96.48% from 255) = 53.02%
R=29.09%
G=17.89%
B=53.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal135832460.450.6600.04259.1490.0664.51
Hex8753F62D42041035a41
Octal2071233665510204403132101
Binary100001111010011111101101011011000010010010000001110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8753F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,83,246); }

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

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

 a { background-color: rgb(135,83,246); }

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

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

 span { border-color: rgb(135,83,246); }

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