#7854F1

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

Shades of Medium Slate Blue #7854F1

Tints of Medium Slate Blue #7854F1

Color information

#7854F1 (or 0x7854F1) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 54 and F1. RGB value is (120,84,241). Sum of RGB (Red+Green+Blue) = 120+84+241=445 (58% of max value = 765). Red value is 120 (47.27% from 255 or 26.97% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 241 (94.53% from 255 or 54.16% from 445); Max value from RGB is 241 - color contains mainly: blue. Hex color #7854F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7854F1 is #87AB0E. Grayscale: #707070. Windows color (decimal): -8891151 or 15815800. OLE color: 15815800.

HSL color Cylindrical-coordinate representation of color #7854F1: hue angle of 253.76º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7854F1 is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12084241-
CMYK0.500.6500.05
HSL253.76º84.86%63.73%-
HSV(B)253.76º65.15%94.51%-
XYZ26.7916.6885.03-
YUV112.66200.43133.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.97%
GREEN value IS 84 (33.20% from 255) = 18.88%
BLUE value IS 241 (94.53% from 255) = 54.16%
R=26.97%
G=18.88%
B=54.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal120842410.500.6500.05253.7684.8663.73
Hex7854F1324105fe5540
Octal1701243616210105376125100
Binary1111000101010011110001110010100000101011111111010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7854F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7854F1; }

 p { color: rgb(120,84,241); }

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

<style>
 a { background-color: #7854F1; }

 a { background-color: rgb(120,84,241); }

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

<style>
 span { border-color: #7854F1; }

 span { border-color: rgb(120,84,241); }

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