#7C72E5

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

Shades of Medium Slate Blue #7C72E5

Tints of Medium Slate Blue #7C72E5

Color information

#7C72E5 (or 0x7C72E5) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 72 and E5. RGB value is (124,114,229). Sum of RGB (Red+Green+Blue) = 124+114+229=467 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.55% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 229 - color contains mainly: blue. Hex color #7C72E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C72E5 is #838D1A. Grayscale: #818181. Windows color (decimal): -8621339 or 15037052. OLE color: 15037052.

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

Color convert

RGB124114229-
CMYK0.460.5000.10
HSL245.22º68.86%67.25%-
HSV(B)245.22º50.22%89.8%-
XYZ28.4721.9876.87-
YUV130.1183.81123.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.55%
GREEN value IS 114 (44.92% from 255) = 24.41%
BLUE value IS 229 (89.84% from 255) = 49.04%
R=26.55%
G=24.41%
B=49.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1241142290.460.5000.10245.2268.8667.25
Hex7C72E52E320Af54543
Octal1741623455662012365105103
Binary1111100111001011100101101110110010010101111010110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C72E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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