#7854EB

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

Shades of Medium Slate Blue #7854EB

Tints of Medium Slate Blue #7854EB

Color information

#7854EB (or 0x7854EB) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 54 and EB. RGB value is (120,84,235). Sum of RGB (Red+Green+Blue) = 120+84+235=439 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.33% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #7854EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7854EB is #87AB14. Grayscale: #6F6F6F. Windows color (decimal): -8891157 or 15422584. OLE color: 15422584.

HSL color Cylindrical-coordinate representation of color #7854EB: hue angle of 254.3º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7854EB is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12084235-
CMYK0.490.6400.08
HSL254.3º79.06%62.55%-
HSV(B)254.3º64.26%92.16%-
XYZ25.9116.3380.38-
YUV111.98197.43133.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.33%
GREEN value IS 84 (33.20% from 255) = 19.13%
BLUE value IS 235 (92.19% from 255) = 53.53%
R=27.33%
G=19.13%
B=53.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal120842350.490.6400.08254.379.0662.55
Hex7854EB314008fe4f3f
Octal1701243536110001037611777
Binary1111000101010011101011110001100000001000111111101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7854EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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