#7E75DF

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

Shades of Medium Slate Blue #7E75DF

Tints of Medium Slate Blue #7E75DF

Color information

#7E75DF (or 0x7E75DF) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 75 and DF. RGB value is (126,117,223). Sum of RGB (Red+Green+Blue) = 126+117+223=466 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.04% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #7E75DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E75DF is #818A20. Grayscale: #838383. Windows color (decimal): -8489505 or 14644606. OLE color: 14644606.

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

Color convert

RGB126117223-
CMYK0.430.4800.13
HSL245.09º62.35%66.67%-
HSV(B)245.09º47.53%87.45%-
XYZ28.2822.4972.66-
YUV131.78179.48123.88-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.04%
GREEN value IS 117 (46.09% from 255) = 25.11%
BLUE value IS 223 (87.5% from 255) = 47.85%
R=27.04%
G=25.11%
B=47.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1261172230.430.4800.13245.0962.3566.67
Hex7E75DF2B300Df53e43
Octal176165337536001536576103
Binary111111011101011101111110101111000001101111101011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E75DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,117,223); }

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

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

 a { background-color: rgb(126,117,223); }

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

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

 span { border-color: rgb(126,117,223); }

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