#7C79E0

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

Shades of Medium Slate Blue #7C79E0

Tints of Medium Slate Blue #7C79E0

Color information

#7C79E0 (or 0x7C79E0) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 79 and E0. RGB value is (124,121,224). Sum of RGB (Red+Green+Blue) = 124+121+224=469 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.44% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 224 (87.89% from 255 or 47.76% from 469); Max value from RGB is 224 - color contains mainly: blue. Hex color #7C79E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C79E0 is #83861F. Grayscale: #858585. Windows color (decimal): -8619552 or 14711164. OLE color: 14711164.

HSL color Cylindrical-coordinate representation of color #7C79E0: hue angle of 241.75º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C79E0 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB124121224-
CMYK0.450.4600.12
HSL241.75º62.42%67.65%-
HSV(B)241.75º45.98%87.84%-
XYZ28.623.3473.52-
YUV133.64178.99121.12-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.44%
GREEN value IS 121 (47.66% from 255) = 25.80%
BLUE value IS 224 (87.89% from 255) = 47.76%
R=26.44%
G=25.80%
B=47.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1241212240.450.4600.12241.7562.4267.65
Hex7C79E02D2E0Cf23e44
Octal174171340555601436276104
Binary111110011110011110000010110110111001100111100101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C79E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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