#7E72DC

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

Shades of Medium Slate Blue #7E72DC

Tints of Medium Slate Blue #7E72DC

Color information

#7E72DC (or 0x7E72DC) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 72 and DC. RGB value is (126,114,220). Sum of RGB (Red+Green+Blue) = 126+114+220=460 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.39% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #7E72DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E72DC is #818D23. Grayscale: #818181. Windows color (decimal): -8490276 or 14447230. OLE color: 14447230.

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

Color convert

RGB126114220-
CMYK0.430.4800.14
HSL246.79º60.23%65.49%-
HSV(B)246.79º48.18%86.27%-
XYZ27.5421.6470.44-
YUV129.67178.98125.38-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.39%
GREEN value IS 114 (44.92% from 255) = 24.78%
BLUE value IS 220 (86.33% from 255) = 47.83%
R=27.39%
G=24.78%
B=47.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1261142200.430.4800.14246.7960.2365.49
Hex7E72DC2B300Ef73c41
Octal176162334536001636774101
Binary111111011100101101110010101111000001110111101111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E72DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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