#804DF6

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

Shades of Medium Slate Blue #804DF6

Tints of Medium Slate Blue #804DF6

Color information

#804DF6 (or 0x804DF6) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 4D and F6. RGB value is (128,77,246). Sum of RGB (Red+Green+Blue) = 128+77+246=451 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.38% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 246 (96.48% from 255 or 54.55% from 451); Max value from RGB is 246 - color contains mainly: blue. Hex color #804DF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #804DF6 is #7FB209. Grayscale: #6E6E6E. Windows color (decimal): -8368650 or 16141696. OLE color: 16141696.

HSL color Cylindrical-coordinate representation of color #804DF6: hue angle of 258.11º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #804DF6 is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB12877246-
CMYK0.480.6900.04
HSL258.11º90.37%63.33%-
HSV(B)258.11º68.7%96.47%-
XYZ28.1916.5588.9-
YUV111.52203.9139.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.38%
GREEN value IS 77 (30.47% from 255) = 17.07%
BLUE value IS 246 (96.48% from 255) = 54.55%
R=28.38%
G=17.07%
B=54.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal128772460.480.6900.04258.1190.3763.33
Hex804DF63045041025a3f
Octal200115366601050440213277
Binary10000000100110111110110110000100010101001000000101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,77,246); }

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

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

 a { background-color: rgb(128,77,246); }

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

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

 span { border-color: rgb(128,77,246); }

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