#7855EC

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

Shades of Medium Slate Blue #7855EC

Tints of Medium Slate Blue #7855EC

Color information

#7855EC (or 0x7855EC) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 55 and EC. RGB value is (120,85,236). Sum of RGB (Red+Green+Blue) = 120+85+236=441 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.21% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #7855EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7855EC is #87AA13. Grayscale: #707070. Windows color (decimal): -8890900 or 15488376. OLE color: 15488376.

HSL color Cylindrical-coordinate representation of color #7855EC: hue angle of 253.91º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7855EC is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12085236-
CMYK0.490.6400.07
HSL253.91º79.89%62.94%-
HSV(B)253.91º63.98%92.55%-
XYZ26.1316.5581.17-
YUV112.68197.6133.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.21%
GREEN value IS 85 (33.59% from 255) = 19.27%
BLUE value IS 236 (92.58% from 255) = 53.51%
R=27.21%
G=19.27%
B=53.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal120852360.490.6400.07253.9179.8962.94
Hex7855EC314007fe503f
Octal170125354611000737612077
Binary111100010101011110110011000110000000111111111101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7855EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7855EC; }

 p { color: rgb(120,85,236); }

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

<style>
 a { background-color: #7855EC; }

 a { background-color: rgb(120,85,236); }

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

<style>
 span { border-color: #7855EC; }

 span { border-color: rgb(120,85,236); }

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