Html Css Color HEX #804EE7 Medium Slate Blue

📋 copy color: '#804EE7'

red 128 ◦ green 78 ◦ blue 231

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

Shades of Medium Slate Blue #804EE7

Tints of Medium Slate Blue #804EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 52.86%

R = 29.29%
G = 17.85%
B = 52.86%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#804EE7 (or 0x804EE7) is known color: Medium Slate Blue. HEX triplet: 80, 4E and E7. RGB value is (128,78,231). Sum of RGB (Red+Green+Blue) = 128+78+231=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 231 (90.62% from 255 or 52.86% from 437); Max value from RGB is 231 - color contains mainly: blue. Hex color #804EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #804EE7 is #7FB118. Grayscale: #6D6D6D. Windows color (decimal): -8368409 or 15158912. OLE color: 15158912.

HSL color Cylindrical-coordinate representation of color #804EE7: hue angle of 259.61º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #804EE7 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 128 78 231 -
CMYK 0.45 0.66 0 0.09
HSL 259.61º 0.76% 0.61% -
HSV(B) 259.61º 0.66% 0.91% -
XYZ 26.05 15.81 77.28 -
YUV 110.39 196.07 140.56 -
System Red Green Blue C M Y K H S L
Decimal 128 78 231 0.45 0.66 0 0.09 259.61 0.76 0.61
Hex 80 4E E7 2D 42 0 9 104 4C 3D
Octal 200 116 347 55 102 0 11 404 114 75
Binary 10000000 1001110 11100111 101101 1000010 0 1001 100000100 1001100 111101

Color Harmonies of #804EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804EE7

Black with #804EE7

Text Example


Text Example

White with #804EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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