#8064ED

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

Shades of Medium Slate Blue #8064ED

Tints of Medium Slate Blue #8064ED

Color information

#8064ED (or 0x8064ED) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 64 and ED. RGB value is (128,100,237). Sum of RGB (Red+Green+Blue) = 128+100+237=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #8064ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8064ED is #7F9B12. Grayscale: #7B7B7B. Windows color (decimal): -8362771 or 15557760. OLE color: 15557760.

HSL color Cylindrical-coordinate representation of color #8064ED: hue angle of 252.26º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8064ED is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB128100237-
CMYK0.460.5800.07
HSL252.26º79.19%66.08%-
HSV(B)252.26º57.81%92.94%-
XYZ28.7519.8282.43-
YUV123.99191.78130.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.53%
GREEN value IS 100 (39.45% from 255) = 21.51%
BLUE value IS 237 (92.97% from 255) = 50.97%
R=27.53%
G=21.51%
B=50.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281002370.460.5800.07252.2679.1966.08
Hex8064ED2E3A07fc4f42
Octal200144355567207374117102
Binary1000000011001001110110110111011101001111111110010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8064ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,100,237); }

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

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

 a { background-color: rgb(128,100,237); }

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

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

 span { border-color: rgb(128,100,237); }

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