Html Css Color HEX #804EE1 Medium Slate Blue

📋 copy color: '#804EE1'

red 128 ◦ green 78 ◦ blue 225

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

Shades of Medium Slate Blue #804EE1

Tints of Medium Slate Blue #804EE1

RGB

 RED value IS 128 (50.39% from 255) = 29.7%

 GREEN value IS 78 (30.86% from 255) = 18.1%

 BLUE value IS 225 (88.28% from 255) = 52.2%

R = 29.7%
G = 18.1%
B = 52.2%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#804EE1 (or 0x804EE1) is known color: Medium Slate Blue. HEX triplet: 80, 4E and E1. RGB value is (128,78,225). Sum of RGB (Red+Green+Blue) = 128+78+225=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 225 (88.28% from 255 or 52.20% from 431); Max value from RGB is 225 - color contains mainly: blue. Hex color #804EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804EE1 is #7FB11E. Grayscale: #6D6D6D. Windows color (decimal): -8368415 or 14765696. OLE color: 14765696.

HSL color Cylindrical-coordinate representation of color #804EE1: hue angle of 260.41º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #804EE1 is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 78 225 -
CMYK 0.43 0.65 0 0.12
HSL 260.41º 0.71% 0.59% -
HSV(B) 260.41º 0.65% 0.88% -
XYZ 25.22 15.47 72.89 -
YUV 109.71 193.07 141.05 -
System Red Green Blue C M Y K H S L
Decimal 128 78 225 0.43 0.65 0 0.12 260.41 0.71 0.59
Hex 80 4E E1 2B 41 0 C 104 47 3B
Octal 200 116 341 53 101 0 14 404 107 73
Binary 10000000 1001110 11100001 101011 1000001 0 1100 100000100 1000111 111011

Color Harmonies of #804EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804EE1

Black with #804EE1

Text Example


Text Example

White with #804EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804EE1; }

 p { color: rgb(128,78,225); }

 H1.HeaderClassName
 {
   color: #804EE1;
 }
 .AnyTagClassName
 {
   color: #804EE1;
 }
</style>

background-color css

<style>
 a { background-color: #804EE1; }

 a { background-color: rgb(128,78,225); }

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

border-color css

<style>
 span { border-color: #804EE1; }

 span { border-color: rgb(128,78,225); }

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