#7854EE

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

Shades of Medium Slate Blue #7854EE

Tints of Medium Slate Blue #7854EE

Color information

#7854EE (or 0x7854EE) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 54 and EE. RGB value is (120,84,238). Sum of RGB (Red+Green+Blue) = 120+84+238=442 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.15% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #7854EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7854EE is #87AB11. Grayscale: #6F6F6F. Windows color (decimal): -8891154 or 15619192. OLE color: 15619192.

HSL color Cylindrical-coordinate representation of color #7854EE: hue angle of 254.03º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7854EE is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12084238-
CMYK0.500.6500.07
HSL254.03º81.91%63.14%-
HSV(B)254.03º64.71%93.33%-
XYZ26.3516.5182.69-
YUV112.32198.93133.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.15%
GREEN value IS 84 (33.20% from 255) = 19.00%
BLUE value IS 238 (93.36% from 255) = 53.85%
R=27.15%
G=19.00%
B=53.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal120842380.500.6500.07254.0381.9163.14
Hex7854EE324107fe523f
Octal170124356621010737612277
Binary111100010101001110111011001010000010111111111101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7854EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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