Html Css Color HEX #804FE5 Medium Slate Blue

📋 copy color: '#804FE5'

red 128 ◦ green 79 ◦ blue 229

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

Shades of Medium Slate Blue #804FE5

Tints of Medium Slate Blue #804FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 52.52%

R = 29.36%
G = 18.12%
B = 52.52%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#804FE5 (or 0x804FE5) is known color: Medium Slate Blue. HEX triplet: 80, 4F and E5. RGB value is (128,79,229). Sum of RGB (Red+Green+Blue) = 128+79+229=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 79 (31.25% from 255 or 18.12% from 436); Blue value is 229 (89.84% from 255 or 52.52% from 436); Max value from RGB is 229 - color contains mainly: blue. Hex color #804FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804FE5 is #7FB01A. Grayscale: #6E6E6E. Windows color (decimal): -8368155 or 15028096. OLE color: 15028096.

HSL color Cylindrical-coordinate representation of color #804FE5: hue angle of 259.6º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #804FE5 is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 128 79 229 -
CMYK 0.44 0.66 0 0.10
HSL 259.6º 0.74% 0.6% -
HSV(B) 259.6º 0.66% 0.9% -
XYZ 25.84 15.84 75.82 -
YUV 110.75 194.73 140.3 -
System Red Green Blue C M Y K H S L
Decimal 128 79 229 0.44 0.66 0 0.10 259.6 0.74 0.6
Hex 80 4F E5 2C 42 0 A 104 4A 3C
Octal 200 117 345 54 102 0 12 404 112 74
Binary 10000000 1001111 11100101 101100 1000010 0 1010 100000100 1001010 111100

Color Harmonies of #804FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804FE5

Black with #804FE5

Text Example


Text Example

White with #804FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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