#7C79EB

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

Shades of Medium Slate Blue #7C79EB

Tints of Medium Slate Blue #7C79EB

Color information

#7C79EB (or 0x7C79EB) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 79 and EB. RGB value is (124,121,235). Sum of RGB (Red+Green+Blue) = 124+121+235=480 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.83% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 235 (92.19% from 255 or 48.96% from 480); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C79EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C79EB is #838614. Grayscale: #868686. Windows color (decimal): -8619541 or 15432060. OLE color: 15432060.

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

Color convert

RGB124121235-
CMYK0.470.4900.08
HSL241.58º74.03%69.8%-
HSV(B)241.58º48.51%92.16%-
XYZ30.1423.9681.63-
YUV134.89184.49120.23-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.83%
GREEN value IS 121 (47.66% from 255) = 25.21%
BLUE value IS 235 (92.19% from 255) = 48.96%
R=25.83%
G=25.21%
B=48.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1241212350.470.4900.08241.5874.0369.8
Hex7C79EB2F3108f24a46
Octal1741713535761010362112106
Binary1111100111100111101011101111110001010001111001010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C79EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,121,235); }

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

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

 a { background-color: rgb(124,121,235); }

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

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

 span { border-color: rgb(124,121,235); }

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