Html Css Color HEX #8E5EF1 Medium Slate Blue

📋 copy color: '#8E5EF1'

red 142 ◦ green 94 ◦ blue 241

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

Shades of Medium Slate Blue #8E5EF1

Tints of Medium Slate Blue #8E5EF1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.71%

 BLUE value IS 241 (94.53% from 255) = 50.52%

R = 29.77%
G = 19.71%
B = 50.52%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8E5EF1 (or 0x8E5EF1) is known color: Medium Slate Blue. HEX triplet: 8E, 5E and F1. RGB value is (142,94,241). Sum of RGB (Red+Green+Blue) = 142+94+241=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #8E5EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E5EF1 is #71A10E. Grayscale: #7C7C7C. Windows color (decimal): -7446799 or 15818382. OLE color: 15818382.

HSL color Cylindrical-coordinate representation of color #8E5EF1: hue angle of 259.59º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8E5EF1 is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 142 94 241 -
CMYK 0.41 0.61 0 0.05
HSL 259.59º 0.84% 0.66% -
HSV(B) 259.59º 0.61% 0.95% -
XYZ 31.04 20.11 85.46 -
YUV 125.11 193.4 140.05 -
System Red Green Blue C M Y K H S L
Decimal 142 94 241 0.41 0.61 0 0.05 259.59 0.84 0.66
Hex 8E 5E F1 29 3D 0 5 104 54 42
Octal 216 136 361 51 75 0 5 404 124 102
Binary 10001110 1011110 11110001 101001 111101 0 101 100000100 1010100 1000010

Color Harmonies of #8E5EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5EF1

Black with #8E5EF1

Text Example


Text Example

White with #8E5EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,94,241); }

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

background-color css

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

 a { background-color: rgb(142,94,241); }

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

border-color css

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

 span { border-color: rgb(142,94,241); }

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