#8050EA

Color #8050EA Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #8050EA

Tints of Medium Slate Blue #8050EA

Color information

#8050EA (or 0x8050EA) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 50 and EA. RGB value is (128,80,234). Sum of RGB (Red+Green+Blue) = 128+80+234=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #8050EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8050EA is #7FAF15. Grayscale: #6F6F6F. Windows color (decimal): -8367894 or 15356032. OLE color: 15356032.

HSL color Cylindrical-coordinate representation of color #8050EA: hue angle of 258.7º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8050EA is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12880234-
CMYK0.450.6600.08
HSL258.7º78.57%61.57%-
HSV(B)258.7º65.81%91.76%-
XYZ26.6216.2779.58-
YUV111.91196.9139.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.96%
GREEN value IS 80 (31.64% from 255) = 18.10%
BLUE value IS 234 (91.80% from 255) = 52.94%
R=28.96%
G=18.10%
B=52.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal128802340.450.6600.08258.778.5761.57
Hex8050EA2D42081034f3e
Octal2001203525510201040311776
Binary100000001010000111010101011011000010010001000000111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8050EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8050EA;
 }
 .AnyTagClassName
 {
   color: #8050EA;
 }
</style>
background-color css

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

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

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

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

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

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