#8760ED

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

Shades of Medium Slate Blue #8760ED

Tints of Medium Slate Blue #8760ED

Color information

#8760ED (or 0x8760ED) is unknown color: approx Medium Slate Blue. HEX triplet: 87, 60 and ED. RGB value is (135,96,237). Sum of RGB (Red+Green+Blue) = 135+96+237=468 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.85% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #8760ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8760ED is #789F12. Grayscale: #7B7B7B. Windows color (decimal): -7905043 or 15556743. OLE color: 15556743.

HSL color Cylindrical-coordinate representation of color #8760ED: hue angle of 256.6º 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 #8760ED is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13596237-
CMYK0.430.5900.07
HSL256.6º79.66%65.29%-
HSV(B)256.6º59.49%92.94%-
XYZ29.4619.6382.36-
YUV123.73191.92136.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.85%
GREEN value IS 96 (37.89% from 255) = 20.51%
BLUE value IS 237 (92.97% from 255) = 50.64%
R=28.85%
G=20.51%
B=50.64%

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
Decimal135962370.430.5900.07256.679.6665.29
Hex8760ED2B3B071015041
Octal207140355537307401120101
Binary10000111110000011101101101011111011011110000000110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8760ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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