#804CE0

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

Shades of Medium Slate Blue #804CE0

Tints of Medium Slate Blue #804CE0

Color information

#804CE0 (or 0x804CE0) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 4C and E0. RGB value is (128,76,224). Sum of RGB (Red+Green+Blue) = 128+76+224=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 224 (87.89% from 255 or 52.34% from 428); Max value from RGB is 224 - color contains mainly: blue. Hex color #804CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804CE0 is #7FB31F. Grayscale: #6B6B6B. Windows color (decimal): -8368928 or 14699648. OLE color: 14699648.

HSL color Cylindrical-coordinate representation of color #804CE0: hue angle of 261.08º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #804CE0 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12876224-
CMYK0.430.6600.12
HSL261.08º70.48%58.82%-
HSV(B)261.08º66.07%87.84%-
XYZ24.9415.1472.13-
YUV108.42193.23141.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.91%
GREEN value IS 76 (30.08% from 255) = 17.76%
BLUE value IS 224 (87.89% from 255) = 52.34%
R=29.91%
G=17.76%
B=52.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal128762240.430.6600.12261.0870.4858.82
Hex804CE02B420C105463b
Octal2001143405310201440510673
Binary100000001001100111000001010111000010011001000001011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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