#7E75DE

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

Shades of Medium Slate Blue #7E75DE

Tints of Medium Slate Blue #7E75DE

Color information

#7E75DE (or 0x7E75DE) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 75 and DE. RGB value is (126,117,222). Sum of RGB (Red+Green+Blue) = 126+117+222=465 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.10% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #7E75DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E75DE is #818A21. Grayscale: #838383. Windows color (decimal): -8489506 or 14579070. OLE color: 14579070.

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

Color convert

RGB126117222-
CMYK0.430.4700.13
HSL245.14º61.4%66.47%-
HSV(B)245.14º47.3%87.06%-
XYZ28.1522.4371.95-
YUV131.66178.98123.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.10%
GREEN value IS 117 (46.09% from 255) = 25.16%
BLUE value IS 222 (87.11% from 255) = 47.74%
R=27.10%
G=25.16%
B=47.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1261172220.430.4700.13245.1461.466.47
Hex7E75DE2B2F0Df53d42
Octal176165336535701536575102
Binary111111011101011101111010101110111101101111101011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E75DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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