#7C78E5

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

Shades of Medium Slate Blue #7C78E5

Tints of Medium Slate Blue #7C78E5

Color information

#7C78E5 (or 0x7C78E5) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 78 and E5. RGB value is (124,120,229). Sum of RGB (Red+Green+Blue) = 124+120+229=473 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.22% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 229 (89.84% from 255 or 48.41% from 473); Max value from RGB is 229 - color contains mainly: blue. Hex color #7C78E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C78E5 is #83871A. Grayscale: #858585. Windows color (decimal): -8619803 or 15038588. OLE color: 15038588.

HSL color Cylindrical-coordinate representation of color #7C78E5: hue angle of 242.2º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C78E5 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB124120229-
CMYK0.460.4800.10
HSL242.2º67.7%68.43%-
HSV(B)242.2º47.6%89.8%-
XYZ29.1723.3877.1-
YUV133.62181.83121.14-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.22%
GREEN value IS 120 (47.27% from 255) = 25.37%
BLUE value IS 229 (89.84% from 255) = 48.41%
R=26.22%
G=25.37%
B=48.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1241202290.460.4800.10242.267.768.43
Hex7C78E52E300Af24444
Octal1741703455660012362104104
Binary1111100111100011100101101110110000010101111001010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C78E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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