#7D78EC

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

Shades of Medium Slate Blue #7D78EC

Tints of Medium Slate Blue #7D78EC

Color information

#7D78EC (or 0x7D78EC) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 78 and EC. RGB value is (125,120,236). Sum of RGB (Red+Green+Blue) = 125+120+236=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D78EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D78EC is #828713. Grayscale: #868686. Windows color (decimal): -8554260 or 15497341. OLE color: 15497341.

HSL color Cylindrical-coordinate representation of color #7D78EC: hue angle of 242.59º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D78EC is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB125120236-
CMYK0.470.4900.07
HSL242.59º75.32%69.8%-
HSV(B)242.59º49.15%92.55%-
XYZ30.3123.8582.36-
YUV134.72185.16121.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.99%
GREEN value IS 120 (47.27% from 255) = 24.95%
BLUE value IS 236 (92.58% from 255) = 49.06%
R=25.99%
G=24.95%
B=49.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1251202360.470.4900.07242.5975.3269.8
Hex7D78EC2F3107f34b46
Octal175170354576107363113106
Binary111110111110001110110010111111000101111111001110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D78EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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