#7E70DD

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

Shades of Medium Slate Blue #7E70DD

Tints of Medium Slate Blue #7E70DD

Color information

#7E70DD (or 0x7E70DD) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 70 and DD. RGB value is (126,112,221). Sum of RGB (Red+Green+Blue) = 126+112+221=459 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.45% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #7E70DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E70DD is #818F22. Grayscale: #808080. Windows color (decimal): -8490787 or 14512254. OLE color: 14512254.

HSL color Cylindrical-coordinate representation of color #7E70DD: hue angle of 247.71º degrees, saturation: 0.62, 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 #7E70DD is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB126112221-
CMYK0.430.4900.13
HSL247.71º61.58%65.29%-
HSV(B)247.71º49.32%86.67%-
XYZ27.4521.2471.06-
YUV128.61180.14126.14-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.45%
GREEN value IS 112 (44.14% from 255) = 24.40%
BLUE value IS 221 (86.72% from 255) = 48.15%
R=27.45%
G=24.40%
B=48.15%

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
Decimal1261122210.430.4900.13247.7161.5865.29
Hex7E70DD2B310Df83e41
Octal176160335536101537076101
Binary111111011100001101110110101111000101101111110001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E70DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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