#8755EE

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

Shades of Medium Slate Blue #8755EE

Tints of Medium Slate Blue #8755EE

Color information

#8755EE (or 0x8755EE) is unknown color: approx Medium Slate Blue. HEX triplet: 87, 55 and EE. RGB value is (135,85,238). Sum of RGB (Red+Green+Blue) = 135+85+238=458 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.48% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #8755EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8755EE is #78AA11. Grayscale: #747474. Windows color (decimal): -7907858 or 15619463. OLE color: 15619463.

HSL color Cylindrical-coordinate representation of color #8755EE: hue angle of 259.61º degrees, saturation: 0.82, 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 #8755EE is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13585238-
CMYK0.430.6400.07
HSL259.61º81.82%63.33%-
HSV(B)259.61º64.29%93.33%-
XYZ28.6717.8282.82-
YUV117.39196.06140.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.48%
GREEN value IS 85 (33.59% from 255) = 18.56%
BLUE value IS 238 (93.36% from 255) = 51.97%
R=29.48%
G=18.56%
B=51.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal135852380.430.6400.07259.6181.8263.33
Hex8755EE2B4007104523f
Octal207125356531000740412277
Binary10000111101010111101110101011100000001111000001001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8755EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8755EE; }

 p { color: rgb(135,85,238); }

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

<style>
 a { background-color: #8755EE; }

 a { background-color: rgb(135,85,238); }

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

<style>
 span { border-color: #8755EE; }

 span { border-color: rgb(135,85,238); }

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