#7E60DA

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

Shades of Medium Slate Blue #7E60DA

Tints of Medium Slate Blue #7E60DA

Color information

#7E60DA (or 0x7E60DA) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 60 and DA. RGB value is (126,96,218). Sum of RGB (Red+Green+Blue) = 126+96+218=440 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.64% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #7E60DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E60DA is #819F25. Grayscale: #767676. Windows color (decimal): -8494886 or 14311550. OLE color: 14311550.

HSL color Cylindrical-coordinate representation of color #7E60DA: hue angle of 254.75º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E60DA is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12696218-
CMYK0.420.5600.15
HSL254.75º62.24%61.57%-
HSV(B)254.75º55.96%85.49%-
XYZ25.4417.8668.44-
YUV118.88183.94133.08-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.64%
GREEN value IS 96 (37.89% from 255) = 21.82%
BLUE value IS 218 (85.55% from 255) = 49.55%
R=28.64%
G=21.82%
B=49.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal126962180.420.5600.15254.7562.2461.57
Hex7E60DA2A380Fff3e3e
Octal17614033252700173777676
Binary11111101100000110110101010101110000111111111111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E60DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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