#7a5ade

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

Shades of Medium Slate Blue #7A5ADE

Tints of Medium Slate Blue #7A5ADE

Color information

#7A5ADE (or 0x7A5ADE) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 5A and DE. RGB value is (122,90,222). Sum of RGB (Red+Green+Blue) = 122+90+222=434 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.11% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #7A5ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5ADE is #85A521. Grayscale: #727272. Windows color (decimal): -8758562 or 14572154. OLE color: 14572154.

HSL color Cylindrical-coordinate representation of color #7A5ADE: hue angle of 254.55º degrees, saturation: 0.67, 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 #7A5ADE is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12290222-
CMYK0.450.5900.13
HSL254.55º66.67%61.18%-
HSV(B)254.55º59.46%87.06%-
XYZ24.8716.7271.02-
YUV114.62188.6133.27-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.11%
GREEN value IS 90 (35.55% from 255) = 20.74%
BLUE value IS 222 (87.11% from 255) = 51.15%
R=28.11%
G=20.74%
B=51.15%

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
Decimal122902220.450.5900.13254.5566.6761.18
Hex7A5ADE2D3B0Dff433d
Octal172132336557301537710375
Binary111101010110101101111010110111101101101111111111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a5ade

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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