#7D55EC

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

Shades of Medium Slate Blue #7D55EC

Tints of Medium Slate Blue #7D55EC

Color information

#7D55EC (or 0x7D55EC) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 55 and EC. RGB value is (125,85,236). Sum of RGB (Red+Green+Blue) = 125+85+236=446 (59% of max value = 765). Red value is 125 (49.22% from 255 or 28.03% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D55EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D55EC is #82AA13. Grayscale: #717171. Windows color (decimal): -8563220 or 15488381. OLE color: 15488381.

HSL color Cylindrical-coordinate representation of color #7D55EC: hue angle of 255.89º 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 #7D55EC is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12585236-
CMYK0.470.6400.07
HSL255.89º79.89%62.94%-
HSV(B)255.89º63.98%92.55%-
XYZ26.8516.9181.21-
YUV114.17196.75135.72-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.03%
GREEN value IS 85 (33.59% from 255) = 19.06%
BLUE value IS 236 (92.58% from 255) = 52.91%
R=28.03%
G=19.06%
B=52.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal125852360.470.6400.07255.8979.8962.94
Hex7D55EC2F4007100503f
Octal175125354571000740012077
Binary1111101101010111101100101111100000001111000000001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D55EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D55EC; }

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

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

<style>
 a { background-color: #7D55EC; }

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

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

<style>
 span { border-color: #7D55EC; }

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

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