#7A5ADD

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

Shades of Medium Slate Blue #7A5ADD

Tints of Medium Slate Blue #7A5ADD

Color information

#7A5ADD (or 0x7A5ADD) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 5A and DD. RGB value is (122,90,221). Sum of RGB (Red+Green+Blue) = 122+90+221=433 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.18% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A5ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5ADD is #85A522. Grayscale: #727272. Windows color (decimal): -8758563 or 14506618. OLE color: 14506618.

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

Color convert

RGB12290221-
CMYK0.450.5900.13
HSL254.66º65.83%60.98%-
HSV(B)254.66º59.28%86.67%-
XYZ24.7316.6770.32-
YUV114.5188.1133.35-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.18%
GREEN value IS 90 (35.55% from 255) = 20.79%
BLUE value IS 221 (86.72% from 255) = 51.04%
R=28.18%
G=20.79%
B=51.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal122902210.450.5900.13254.6665.8360.98
Hex7A5ADD2D3B0Dff423d
Octal172132335557301537710275
Binary111101010110101101110110110111101101101111111111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,90,221); }

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

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

 a { background-color: rgb(122,90,221); }

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

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

 span { border-color: rgb(122,90,221); }

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