#8855EC

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

Shades of Medium Slate Blue #8855EC

Tints of Medium Slate Blue #8855EC

Color information

#8855EC (or 0x8855EC) is unknown color: approx Medium Slate Blue. HEX triplet: 88, 55 and EC. RGB value is (136,85,236). Sum of RGB (Red+Green+Blue) = 136+85+236=457 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.76% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #8855EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8855EC is #77AA13. Grayscale: #747474. Windows color (decimal): -7842324 or 15488392. OLE color: 15488392.

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

Color convert

RGB13685236-
CMYK0.420.6400.07
HSL260.26º79.89%62.94%-
HSV(B)260.26º63.98%92.55%-
XYZ28.5417.7981.29-
YUV117.46194.9141.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.76%
GREEN value IS 85 (33.59% from 255) = 18.60%
BLUE value IS 236 (92.58% from 255) = 51.64%
R=29.76%
G=18.60%
B=51.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal136852360.420.6400.07260.2679.8962.94
Hex8855EC2A4007104503f
Octal210125354521000740412077
Binary10001000101010111101100101010100000001111000001001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8855EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,85,236); }

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

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

 a { background-color: rgb(136,85,236); }

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

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

 span { border-color: rgb(136,85,236); }

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