Html Css Color HEX #804FE1 Medium Slate Blue

📋 copy color: '#804FE1'

red 128 ◦ green 79 ◦ blue 225

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

Shades of Medium Slate Blue #804FE1

Tints of Medium Slate Blue #804FE1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.29%

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

R = 29.63%
G = 18.29%
B = 52.08%

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

#804FE1 (or 0x804FE1) is known color: Medium Slate Blue. HEX triplet: 80, 4F and E1. RGB value is (128,79,225). Sum of RGB (Red+Green+Blue) = 128+79+225=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 79 (31.25% from 255 or 18.29% from 432); Blue value is 225 (88.28% from 255 or 52.08% from 432); Max value from RGB is 225 - color contains mainly: blue. Hex color #804FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804FE1 is #7FB01E. Grayscale: #6D6D6D. Windows color (decimal): -8368159 or 14765952. OLE color: 14765952.

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

Color convert

RGB 128 79 225 -
CMYK 0.43 0.65 0 0.12
HSL 260.14º 0.71% 0.6% -
HSV(B) 260.14º 0.65% 0.88% -
XYZ 25.29 15.62 72.92 -
YUV 110.3 192.73 140.63 -
System Red Green Blue C M Y K H S L
Decimal 128 79 225 0.43 0.65 0 0.12 260.14 0.71 0.6
Hex 80 4F E1 2B 41 0 C 104 47 3C
Octal 200 117 341 53 101 0 14 404 107 74
Binary 10000000 1001111 11100001 101011 1000001 0 1100 100000100 1000111 111100

Color Harmonies of #804FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804FE1

Black with #804FE1

Text Example


Text Example

White with #804FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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