#7D71E3

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

Shades of Medium Slate Blue #7D71E3

Tints of Medium Slate Blue #7D71E3

Color information

#7D71E3 (or 0x7D71E3) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 71 and E3. RGB value is (125,113,227). Sum of RGB (Red+Green+Blue) = 125+113+227=465 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.88% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 227 (89.06% from 255 or 48.82% from 465); Max value from RGB is 227 - color contains mainly: blue. Hex color #7D71E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D71E3 is #828E1C. Grayscale: #818181. Windows color (decimal): -8556061 or 14905725. OLE color: 14905725.

HSL color Cylindrical-coordinate representation of color #7D71E3: hue angle of 246.32º 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 #7D71E3 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB125113227-
CMYK0.450.5000.11
HSL246.32º67.06%66.67%-
HSV(B)246.32º50.22%89.02%-
XYZ28.2321.7275.38-
YUV129.58182.98124.73-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.88%
GREEN value IS 113 (44.53% from 255) = 24.30%
BLUE value IS 227 (89.06% from 255) = 48.82%
R=26.88%
G=24.30%
B=48.82%

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
Decimal1251132270.450.5000.11246.3267.0666.67
Hex7D71E32D320Bf64343
Octal1751613435562013366103103
Binary1111101111000111100011101101110010010111111011010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D71E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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