#8c54ed

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

Shades of Medium Slate Blue #8C54ED

Tints of Medium Slate Blue #8C54ED

Color information

#8C54ED (or 0x8C54ED) is unknown color: approx Medium Slate Blue. HEX triplet: 8C, 54 and ED. RGB value is (140,84,237). Sum of RGB (Red+Green+Blue) = 140+84+237=461 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.37% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #8C54ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C54ED is #73AB12. Grayscale: #757575. Windows color (decimal): -7580435 or 15553676. OLE color: 15553676.

HSL color Cylindrical-coordinate representation of color #8C54ED: hue angle of 261.96º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C54ED is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14084237-
CMYK0.410.6500.07
HSL261.96º80.95%62.94%-
HSV(B)261.96º64.56%92.94%-
XYZ29.2718.0382.06-
YUV118.19195.05143.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.37%
GREEN value IS 84 (33.20% from 255) = 18.22%
BLUE value IS 237 (92.97% from 255) = 51.41%
R=30.37%
G=18.22%
B=51.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal140842370.410.6500.07261.9680.9562.94
Hex8C54ED294107106513f
Octal214124355511010740612177
Binary10001100101010011101101101001100000101111000001101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c54ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8c54ed; }

 p { color: rgb(140,84,237); }

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

<style>
 a { background-color: #8c54ed; }

 a { background-color: rgb(140,84,237); }

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

<style>
 span { border-color: #8c54ed; }

 span { border-color: rgb(140,84,237); }

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