#8E68EF

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

Shades of Medium Slate Blue #8E68EF

Tints of Medium Slate Blue #8E68EF

Color information

#8E68EF (or 0x8E68EF) is unknown color: approx Medium Slate Blue. HEX triplet: 8E, 68 and EF. RGB value is (142,104,239). Sum of RGB (Red+Green+Blue) = 142+104+239=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #8E68EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E68EF is #719710. Grayscale: #828282. Windows color (decimal): -7444241 or 15689870. OLE color: 15689870.

HSL color Cylindrical-coordinate representation of color #8E68EF: hue angle of 256.89º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E68EF is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB142104239-
CMYK0.410.5600.06
HSL256.89º80.84%67.25%-
HSV(B)256.89º56.49%93.73%-
XYZ31.6921.8884.22-
YUV130.75189.09136.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.28%
GREEN value IS 104 (41.02% from 255) = 21.44%
BLUE value IS 239 (93.75% from 255) = 49.28%
R=29.28%
G=21.44%
B=49.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1421042390.410.5600.06256.8980.8467.25
Hex8E68EF2938061015143
Octal216150357517006401121103
Binary10001110110100011101111101001111000011010000000110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E68EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,104,239); }

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

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

 a { background-color: rgb(142,104,239); }

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

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

 span { border-color: rgb(142,104,239); }

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