#7C78EC

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

Shades of Medium Slate Blue #7C78EC

Tints of Medium Slate Blue #7C78EC

Color information

#7C78EC (or 0x7C78EC) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 78 and EC. RGB value is (124,120,236). Sum of RGB (Red+Green+Blue) = 124+120+236=480 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.83% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #7C78EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C78EC is #838713. Grayscale: #858585. Windows color (decimal): -8619796 or 15497340. OLE color: 15497340.

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

Color convert

RGB124120236-
CMYK0.470.4900.07
HSL242.07º75.32%69.8%-
HSV(B)242.07º49.15%92.55%-
XYZ30.1723.7782.36-
YUV134.42185.33120.57-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.83%
GREEN value IS 120 (47.27% from 255) = 25%
BLUE value IS 236 (92.58% from 255) = 49.17%
R=25.83%
G=25%
B=49.17%

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
Decimal1241202360.470.4900.07242.0775.3269.8
Hex7C78EC2F3107f24b46
Octal174170354576107362113106
Binary111110011110001110110010111111000101111111001010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C78EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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