#8C5EF0

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

Shades of Medium Slate Blue #8C5EF0

Tints of Medium Slate Blue #8C5EF0

Color information

#8C5EF0 (or 0x8C5EF0) is unknown color: approx Medium Slate Blue. HEX triplet: 8C, 5E and F0. RGB value is (140,94,240). Sum of RGB (Red+Green+Blue) = 140+94+240=474 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.54% from 474); Green value is 94 (37.11% from 255 or 19.83% from 474); Blue value is 240 (94.14% from 255 or 50.63% from 474); Max value from RGB is 240 - color contains mainly: blue. Hex color #8C5EF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5EF0 is #73A10F. Grayscale: #7B7B7B. Windows color (decimal): -7577872 or 15752844. OLE color: 15752844.

HSL color Cylindrical-coordinate representation of color #8C5EF0: hue angle of 258.9º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C5EF0 is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB14094240-
CMYK0.420.6100.06
HSL258.9º82.95%65.49%-
HSV(B)258.9º60.83%94.12%-
XYZ30.5519.8784.66-
YUV124.4193.24139.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.54%
GREEN value IS 94 (37.11% from 255) = 19.83%
BLUE value IS 240 (94.14% from 255) = 50.63%
R=29.54%
G=19.83%
B=50.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal140942400.420.6100.06258.982.9565.49
Hex8C5EF02A3D061035341
Octal214136360527506403123101
Binary10001100101111011110000101010111101011010000001110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,94,240); }

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

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

 a { background-color: rgb(140,94,240); }

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

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

 span { border-color: rgb(140,94,240); }

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