Html Css Color HEX #8E4AFF Medium Slate Blue

📋 copy color: '#8E4AFF'

red 142 ◦ green 74 ◦ blue 255

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

Shades of Medium Slate Blue #8E4AFF

Tints of Medium Slate Blue #8E4AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.71%

 BLUE value IS 255 (100% from 255) = 54.14%

R = 30.15%
G = 15.71%
B = 54.14%

CMYK

 C value IS 0.44

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8E4AFF (or 0x8E4AFF) is known color: Medium Slate Blue. HEX triplet: 8E, 4A and FF. RGB value is (142,74,255). Sum of RGB (Red+Green+Blue) = 142+74+255=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E4AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E4AFF is #71B500. Grayscale: #727272. Windows color (decimal): -7451905 or 16730766. OLE color: 16730766.

HSL color Cylindrical-coordinate representation of color #8E4AFF: hue angle of 262.54º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E4AFF is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 142 74 255 -
CMYK 0.44 0.71 0 0
HSL 262.54º 1% 0.65% -
HSV(B) 262.54º 0.71% 1% -
XYZ 31.65 17.87 96.39 -
YUV 114.97 207.03 147.28 -
System Red Green Blue C M Y K H S L
Decimal 142 74 255 0.44 0.71 0 0 262.54 1 0.65
Hex 8E 4A FF 2C 47 0 0 107 64 41
Octal 216 112 377 54 107 0 0 407 144 101
Binary 10001110 1001010 11111111 101100 1000111 0 0 100000111 1100100 1000001

Color Harmonies of #8E4AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4AFF

Black with #8E4AFF

Text Example


Text Example

White with #8E4AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,74,255); }

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

background-color css

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

 a { background-color: rgb(142,74,255); }

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

border-color css

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

 span { border-color: rgb(142,74,255); }

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