#8553F6

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

Shades of Medium Slate Blue #8553F6

Tints of Medium Slate Blue #8553F6

Color information

#8553F6 (or 0x8553F6) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 53 and F6. RGB value is (133,83,246). Sum of RGB (Red+Green+Blue) = 133+83+246=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 83 (32.81% from 255 or 17.97% from 462); Blue value is 246 (96.48% from 255 or 53.25% from 462); Max value from RGB is 246 - color contains mainly: blue. Hex color #8553F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8553F6 is #7AAC09. Grayscale: #737373. Windows color (decimal): -8039434 or 16143237. OLE color: 16143237.

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

Color convert

RGB13383246-
CMYK0.460.6600.04
HSL258.4º90.06%64.51%-
HSV(B)258.4º66.26%96.47%-
XYZ29.417.8389.08-
YUV116.53201.06139.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.79%
GREEN value IS 83 (32.81% from 255) = 17.97%
BLUE value IS 246 (96.48% from 255) = 53.25%
R=28.79%
G=17.97%
B=53.25%

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
Decimal133832460.460.6600.04258.490.0664.51
Hex8553F62E42041025a41
Octal2051233665610204402132101
Binary100001011010011111101101011101000010010010000001010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8553F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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