#8860ED

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

Shades of Medium Slate Blue #8860ED

Tints of Medium Slate Blue #8860ED

Color information

#8860ED (or 0x8860ED) is unknown color: approx Medium Slate Blue. HEX triplet: 88, 60 and ED. RGB value is (136,96,237). Sum of RGB (Red+Green+Blue) = 136+96+237=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #8860ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8860ED is #779F12. Grayscale: #7B7B7B. Windows color (decimal): -7839507 or 15556744. OLE color: 15556744.

HSL color Cylindrical-coordinate representation of color #8860ED: hue angle of 257.02º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8860ED is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13696237-
CMYK0.430.5900.07
HSL257.02º79.66%65.29%-
HSV(B)257.02º59.49%92.94%-
XYZ29.6219.7182.36-
YUV124.03191.75136.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.00%
GREEN value IS 96 (37.89% from 255) = 20.47%
BLUE value IS 237 (92.97% from 255) = 50.53%
R=29.00%
G=20.47%
B=50.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal136962370.430.5900.07257.0279.6665.29
Hex8860ED2B3B071015041
Octal210140355537307401120101
Binary10001000110000011101101101011111011011110000000110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8860ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8860ED; }

 p { color: rgb(136,96,237); }

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

<style>
 a { background-color: #8860ED; }

 a { background-color: rgb(136,96,237); }

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

<style>
 span { border-color: #8860ED; }

 span { border-color: rgb(136,96,237); }

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