Html Css Color HEX #804FE0 Medium Slate Blue

📋 copy color: '#804FE0'

red 128 ◦ green 79 ◦ blue 224

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

Shades of Medium Slate Blue #804FE0

Tints of Medium Slate Blue #804FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.97%

R = 29.7%
G = 18.33%
B = 51.97%

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

#804FE0 (or 0x804FE0) is known color: Medium Slate Blue. HEX triplet: 80, 4F and E0. RGB value is (128,79,224). Sum of RGB (Red+Green+Blue) = 128+79+224=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 224 (87.89% from 255 or 51.97% from 431); Max value from RGB is 224 - color contains mainly: blue. Hex color #804FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804FE0 is #7FB01F. Grayscale: #6D6D6D. Windows color (decimal): -8368160 or 14700416. OLE color: 14700416.

HSL color Cylindrical-coordinate representation of color #804FE0: hue angle of 260.28º degrees, saturation: 0.7, 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 #804FE0 is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 79 224 -
CMYK 0.43 0.65 0 0.12
HSL 260.28º 0.7% 0.59% -
HSV(B) 260.28º 0.65% 0.88% -
XYZ 25.15 15.56 72.2 -
YUV 110.18 192.23 140.71 -
System Red Green Blue C M Y K H S L
Decimal 128 79 224 0.43 0.65 0 0.12 260.28 0.7 0.59
Hex 80 4F E0 2B 41 0 C 104 46 3B
Octal 200 117 340 53 101 0 14 404 106 73
Binary 10000000 1001111 11100000 101011 1000001 0 1100 100000100 1000110 111011

Color Harmonies of #804FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804FE0

Black with #804FE0

Text Example


Text Example

White with #804FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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