#8E4BFD

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

Shades of Medium Slate Blue #8E4BFD

Tints of Medium Slate Blue #8E4BFD

Color information

#8E4BFD (or 0x8E4BFD) is unknown color: approx Medium Slate Blue. HEX triplet: 8E, 4B and FD. RGB value is (142,75,253). Sum of RGB (Red+Green+Blue) = 142+75+253=470 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.21% from 470); Green value is 75 (29.69% from 255 or 15.96% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E4BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E4BFD is #71B402. Grayscale: #727272. Windows color (decimal): -7451651 or 16599950. OLE color: 16599950.

HSL color Cylindrical-coordinate representation of color #8E4BFD: hue angle of 262.58º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E4BFD is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB14275253-
CMYK0.440.7000.01
HSL262.58º97.8%64.31%-
HSV(B)262.58º70.36%99.22%-
XYZ31.417.8794.72-
YUV115.32205.7147.03-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.21%
GREEN value IS 75 (29.69% from 255) = 15.96%
BLUE value IS 253 (99.22% from 255) = 53.83%
R=30.21%
G=15.96%
B=53.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal142752530.440.7000.01262.5897.864.31
Hex8E4BFD2C46011076240
Octal2161133755410601407142100
Binary1000111010010111111110110110010001100110000011111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,75,253); }

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

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

 a { background-color: rgb(142,75,253); }

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

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

 span { border-color: rgb(142,75,253); }

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