Html Css Color HEX #8050E5 Medium Slate Blue

📋 copy color: '#8050E5'

red 128 ◦ green 80 ◦ blue 229

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

Shades of Medium Slate Blue #8050E5

Tints of Medium Slate Blue #8050E5

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.31%

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

R = 29.29%
G = 18.31%
B = 52.4%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8050E5 (or 0x8050E5) is known color: Medium Slate Blue. HEX triplet: 80, 50 and E5. RGB value is (128,80,229). Sum of RGB (Red+Green+Blue) = 128+80+229=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 229 (89.84% from 255 or 52.40% from 437); Max value from RGB is 229 - color contains mainly: blue. Hex color #8050E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8050E5 is #7FAF1A. Grayscale: #6E6E6E. Windows color (decimal): -8367899 or 15028352. OLE color: 15028352.

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

Color convert

RGB 128 80 229 -
CMYK 0.44 0.65 0 0.10
HSL 259.33º 0.74% 0.61% -
HSV(B) 259.33º 0.65% 0.9% -
XYZ 25.91 15.98 75.85 -
YUV 111.34 194.4 139.88 -
System Red Green Blue C M Y K H S L
Decimal 128 80 229 0.44 0.65 0 0.10 259.33 0.74 0.61
Hex 80 50 E5 2C 41 0 A 103 4A 3D
Octal 200 120 345 54 101 0 12 403 112 75
Binary 10000000 1010000 11100101 101100 1000001 0 1010 100000011 1001010 111101

Color Harmonies of #8050E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8050E5

Black with #8050E5

Text Example


Text Example

White with #8050E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8050E5; }

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

 H1.HeaderClassName
 {
   color: #8050E5;
 }
 .AnyTagClassName
 {
   color: #8050E5;
 }
</style>

background-color css

<style>
 a { background-color: #8050E5; }

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

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

border-color css

<style>
 span { border-color: #8050E5; }

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

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