#7d78ef

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

Shades of Medium Slate Blue #7D78EF

Tints of Medium Slate Blue #7D78EF

Color information

#7D78EF (or 0x7D78EF) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 78 and EF. RGB value is (125,120,239). Sum of RGB (Red+Green+Blue) = 125+120+239=484 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.83% from 484); Green value is 120 (47.27% from 255 or 24.79% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D78EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D78EF is #828710. Grayscale: #868686. Windows color (decimal): -8554257 or 15693949. OLE color: 15693949.

HSL color Cylindrical-coordinate representation of color #7D78EF: hue angle of 242.52º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D78EF is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB125120239-
CMYK0.480.5000.06
HSL242.52º78.81%70.39%-
HSV(B)242.52º49.79%93.73%-
XYZ30.7524.0284.68-
YUV135.06186.66120.82-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.83%
GREEN value IS 120 (47.27% from 255) = 24.79%
BLUE value IS 239 (93.75% from 255) = 49.38%
R=25.83%
G=24.79%
B=49.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1251202390.480.5000.06242.5278.8170.39
Hex7D78EF303206f34f46
Octal175170357606206363117106
Binary111110111110001110111111000011001001101111001110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d78ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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