#804EE0

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

Shades of Medium Slate Blue #804EE0

Tints of Medium Slate Blue #804EE0

Color information

#804EE0 (or 0x804EE0) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 4E and E0. RGB value is (128,78,224). Sum of RGB (Red+Green+Blue) = 128+78+224=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #804EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804EE0 is #7FB11F. Grayscale: #6D6D6D. Windows color (decimal): -8368416 or 14700160. OLE color: 14700160.

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

Color convert

RGB12878224-
CMYK0.430.6500.12
HSL260.55º70.19%59.22%-
HSV(B)260.55º65.18%87.84%-
XYZ25.0815.4272.18-
YUV109.59192.56141.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.77%
GREEN value IS 78 (30.86% from 255) = 18.14%
BLUE value IS 224 (87.89% from 255) = 52.09%
R=29.77%
G=18.14%
B=52.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal128782240.430.6500.12260.5570.1959.22
Hex804EE02B410C105463b
Octal2001163405310101440510673
Binary100000001001110111000001010111000001011001000001011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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