#7E70DC

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

Shades of Medium Slate Blue #7E70DC

Tints of Medium Slate Blue #7E70DC

Color information

#7E70DC (or 0x7E70DC) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 70 and DC. RGB value is (126,112,220). Sum of RGB (Red+Green+Blue) = 126+112+220=458 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.51% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #7E70DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E70DC is #818F23. Grayscale: #808080. Windows color (decimal): -8490788 or 14446718. OLE color: 14446718.

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

Color convert

RGB126112220-
CMYK0.430.4900.14
HSL247.78º60.67%65.1%-
HSV(B)247.78º49.09%86.27%-
XYZ27.3221.1970.36-
YUV128.5179.64126.22-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.51%
GREEN value IS 112 (44.14% from 255) = 24.45%
BLUE value IS 220 (86.33% from 255) = 48.03%
R=27.51%
G=24.45%
B=48.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1261122200.430.4900.14247.7860.6765.1
Hex7E70DC2B310Ef83d41
Octal176160334536101637075101
Binary111111011100001101110010101111000101110111110001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E70DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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