Html Css Color HEX #8E4DFD Medium Slate Blue

📋 copy color: '#8E4DFD'

red 142 ◦ green 77 ◦ blue 253

#8E4DFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #8E4DFD

Tints of Medium Slate Blue #8E4DFD

RGB

 RED value IS 142 (55.86% from 255) = 30.08%

 GREEN value IS 77 (30.47% from 255) = 16.31%

 BLUE value IS 253 (99.22% from 255) = 53.6%

R = 30.08%
G = 16.31%
B = 53.6%

CMYK

 C value IS 0.44

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8E4DFD (or 0x8E4DFD) is known color: Medium Slate Blue. HEX triplet: 8E, 4D and FD. RGB value is (142,77,253). Sum of RGB (Red+Green+Blue) = 142+77+253=472 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.08% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E4DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E4DFD is #71B202. Grayscale: #737373. Windows color (decimal): -7451139 or 16600462. OLE color: 16600462.

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

Color convert

RGB 142 77 253 -
CMYK 0.44 0.70 0 0.01
HSL 262.16º 0.98% 0.65% -
HSV(B) 262.16º 0.7% 0.99% -
XYZ 31.54 18.15 94.77 -
YUV 116.5 205.03 146.19 -
System Red Green Blue C M Y K H S L
Decimal 142 77 253 0.44 0.70 0 0.01 262.16 0.98 0.65
Hex 8E 4D FD 2C 46 0 1 106 62 41
Octal 216 115 375 54 106 0 1 406 142 101
Binary 10001110 1001101 11111101 101100 1000110 0 1 100000110 1100010 1000001

Color Harmonies of #8E4DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4DFD

Black with #8E4DFD

Text Example


Text Example

White with #8E4DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E4DFD;
 }
 .AnyTagClassName
 {
   color: #8E4DFD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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