#7E60DE

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

Shades of Medium Slate Blue #7E60DE

Tints of Medium Slate Blue #7E60DE

Color information

#7E60DE (or 0x7E60DE) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 60 and DE. RGB value is (126,96,222). Sum of RGB (Red+Green+Blue) = 126+96+222=444 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.38% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #7E60DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E60DE is #819F21. Grayscale: #767676. Windows color (decimal): -8494882 or 14573694. OLE color: 14573694.

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

Color convert

RGB12696222-
CMYK0.430.5700.13
HSL254.29º65.62%62.35%-
HSV(B)254.29º56.76%87.06%-
XYZ25.9718.0871.23-
YUV119.33185.94132.75-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.38%
GREEN value IS 96 (37.89% from 255) = 21.62%
BLUE value IS 222 (87.11% from 255) = 50%
R=28.38%
G=21.62%
B=50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal126962220.430.5700.13254.2965.6262.35
Hex7E60DE2B390Dfe423e
Octal176140336537101537610276
Binary111111011000001101111010101111100101101111111101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E60DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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