#7C71E3

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

Shades of Medium Slate Blue #7C71E3

Tints of Medium Slate Blue #7C71E3

Color information

#7C71E3 (or 0x7C71E3) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 71 and E3. RGB value is (124,113,227). Sum of RGB (Red+Green+Blue) = 124+113+227=464 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.72% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 227 (89.06% from 255 or 48.92% from 464); Max value from RGB is 227 - color contains mainly: blue. Hex color #7C71E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C71E3 is #838E1C. Grayscale: #808080. Windows color (decimal): -8621597 or 14905724. OLE color: 14905724.

HSL color Cylindrical-coordinate representation of color #7C71E3: hue angle of 245.79º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C71E3 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB124113227-
CMYK0.450.5000.11
HSL245.79º67.06%66.67%-
HSV(B)245.79º50.22%89.02%-
XYZ28.0821.6475.37-
YUV129.29183.14124.23-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.72%
GREEN value IS 113 (44.53% from 255) = 24.35%
BLUE value IS 227 (89.06% from 255) = 48.92%
R=26.72%
G=24.35%
B=48.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1241132270.450.5000.11245.7967.0666.67
Hex7C71E32D320Bf64343
Octal1741613435562013366103103
Binary1111100111000111100011101101110010010111111011010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C71E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,113,227); }

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

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

 a { background-color: rgb(124,113,227); }

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

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

 span { border-color: rgb(124,113,227); }

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