#8551EC

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

Shades of Medium Slate Blue #8551EC

Tints of Medium Slate Blue #8551EC

Color information

#8551EC (or 0x8551EC) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 51 and EC. RGB value is (133,81,236). Sum of RGB (Red+Green+Blue) = 133+81+236=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #8551EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8551EC is #7AAE13. Grayscale: #717171. Windows color (decimal): -8039956 or 15487365. OLE color: 15487365.

HSL color Cylindrical-coordinate representation of color #8551EC: hue angle of 260.13º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8551EC is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13381236-
CMYK0.440.6600.07
HSL260.13º80.31%62.16%-
HSV(B)260.13º65.68%92.55%-
XYZ27.7616.9381.16-
YUV114.22196.73141.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.56%
GREEN value IS 81 (32.03% from 255) = 18%
BLUE value IS 236 (92.58% from 255) = 52.44%
R=29.56%
G=18%
B=52.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal133812360.440.6600.07260.1380.3162.16
Hex8551EC2C4207104503e
Octal205121354541020740412076
Binary10000101101000111101100101100100001001111000001001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8551EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8551EC; }

 p { color: rgb(133,81,236); }

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

<style>
 a { background-color: #8551EC; }

 a { background-color: rgb(133,81,236); }

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

<style>
 span { border-color: #8551EC; }

 span { border-color: rgb(133,81,236); }

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