#8C4EFC

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

Shades of Medium Slate Blue #8C4EFC

Tints of Medium Slate Blue #8C4EFC

Color information

#8C4EFC (or 0x8C4EFC) is unknown color: approx Medium Slate Blue. HEX triplet: 8C, 4E and FC. RGB value is (140,78,252). Sum of RGB (Red+Green+Blue) = 140+78+252=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 78 (30.86% from 255 or 16.60% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C4EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C4EFC is #73B103. Grayscale: #737373. Windows color (decimal): -7581956 or 16535180. OLE color: 16535180.

HSL color Cylindrical-coordinate representation of color #8C4EFC: hue angle of 261.38º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C4EFC is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB14078252-
CMYK0.440.6900.01
HSL261.38º96.67%64.71%-
HSV(B)261.38º69.05%98.82%-
XYZ31.1118.0593.94-
YUV116.37204.54144.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.79%
GREEN value IS 78 (30.86% from 255) = 16.60%
BLUE value IS 252 (98.83% from 255) = 53.62%
R=29.79%
G=16.60%
B=53.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal140782520.440.6900.01261.3896.6764.71
Hex8C4EFC2C45011056141
Octal2141163745410501405141101
Binary1000110010011101111110010110010001010110000010111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,78,252); }

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

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

 a { background-color: rgb(140,78,252); }

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

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

 span { border-color: rgb(140,78,252); }

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