#7E71DD

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

Shades of Medium Slate Blue #7E71DD

Tints of Medium Slate Blue #7E71DD

Color information

#7E71DD (or 0x7E71DD) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 71 and DD. RGB value is (126,113,221). Sum of RGB (Red+Green+Blue) = 126+113+221=460 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.39% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #7E71DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E71DD is #818E22. Grayscale: #808080. Windows color (decimal): -8490531 or 14512510. OLE color: 14512510.

HSL color Cylindrical-coordinate representation of color #7E71DD: hue angle of 247.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E71DD is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB126113221-
CMYK0.430.4900.13
HSL247.22º61.36%65.49%-
HSV(B)247.22º48.87%86.67%-
XYZ27.5621.4771.1-
YUV129.2179.81125.72-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.39%
GREEN value IS 113 (44.53% from 255) = 24.57%
BLUE value IS 221 (86.72% from 255) = 48.04%
R=27.39%
G=24.57%
B=48.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1261132210.430.4900.13247.2261.3665.49
Hex7E71DD2B310Df73d41
Octal176161335536101536775101
Binary111111011100011101110110101111000101101111101111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E71DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,113,221); }

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

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

 a { background-color: rgb(126,113,221); }

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

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

 span { border-color: rgb(126,113,221); }

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