#7A59EB

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

Shades of Medium Slate Blue #7A59EB

Tints of Medium Slate Blue #7A59EB

Color information

#7A59EB (or 0x7A59EB) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 59 and EB. RGB value is (122,89,235). Sum of RGB (Red+Green+Blue) = 122+89+235=446 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.35% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #7A59EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A59EB is #85A614. Grayscale: #727272. Windows color (decimal): -8758805 or 15423866. OLE color: 15423866.

HSL color Cylindrical-coordinate representation of color #7A59EB: hue angle of 253.56º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A59EB is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12289235-
CMYK0.480.6200.08
HSL253.56º78.49%63.53%-
HSV(B)253.56º62.13%92.16%-
XYZ26.5917.2880.53-
YUV115.51195.43132.63-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.35%
GREEN value IS 89 (35.16% from 255) = 19.96%
BLUE value IS 235 (92.19% from 255) = 52.69%
R=27.35%
G=19.96%
B=52.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal122892350.480.6200.08253.5678.4963.53
Hex7A59EB303E08fe4e40
Octal1721313536076010376116100
Binary1111010101100111101011110000111110010001111111010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A59EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,89,235); }

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

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

 a { background-color: rgb(122,89,235); }

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

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

 span { border-color: rgb(122,89,235); }

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