Html Css Color HEX #8E5DF2 Medium Slate Blue

📋 copy color: '#8E5DF2'

red 142 ◦ green 93 ◦ blue 242

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

Shades of Medium Slate Blue #8E5DF2

Tints of Medium Slate Blue #8E5DF2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.5%

 BLUE value IS 242 (94.92% from 255) = 50.73%

R = 29.77%
G = 19.5%
B = 50.73%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8E5DF2 (or 0x8E5DF2) is known color: Medium Slate Blue. HEX triplet: 8E, 5D and F2. RGB value is (142,93,242). Sum of RGB (Red+Green+Blue) = 142+93+242=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 242 (94.92% from 255 or 50.73% from 477); Max value from RGB is 242 - color contains mainly: blue. Hex color #8E5DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E5DF2 is #71A20D. Grayscale: #7C7C7C. Windows color (decimal): -7447054 or 15883662. OLE color: 15883662.

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

Color convert

RGB 142 93 242 -
CMYK 0.41 0.62 0 0.05
HSL 259.73º 0.85% 0.66% -
HSV(B) 259.73º 0.62% 0.95% -
XYZ 31.1 19.99 86.22 -
YUV 124.64 194.23 140.38 -
System Red Green Blue C M Y K H S L
Decimal 142 93 242 0.41 0.62 0 0.05 259.73 0.85 0.66
Hex 8E 5D F2 29 3E 0 5 104 55 42
Octal 216 135 362 51 76 0 5 404 125 102
Binary 10001110 1011101 11110010 101001 111110 0 101 100000100 1010101 1000010

Color Harmonies of #8E5DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5DF2

Black with #8E5DF2

Text Example


Text Example

White with #8E5DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,93,242); }

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

background-color css

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

 a { background-color: rgb(142,93,242); }

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

border-color css

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

 span { border-color: rgb(142,93,242); }

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