#7A5DF1

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

Shades of Medium Slate Blue #7A5DF1

Tints of Medium Slate Blue #7A5DF1

Color information

#7A5DF1 (or 0x7A5DF1) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 5D and F1. RGB value is (122,93,241). Sum of RGB (Red+Green+Blue) = 122+93+241=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 241 (94.53% from 255 or 52.85% from 456); Max value from RGB is 241 - color contains mainly: blue. Hex color #7A5DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A5DF1 is #85A20E. Grayscale: #757575. Windows color (decimal): -8757775 or 15818106. OLE color: 15818106.

HSL color Cylindrical-coordinate representation of color #7A5DF1: hue angle of 251.76º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A5DF1 is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12293241-
CMYK0.490.6100.05
HSL251.76º84.09%65.49%-
HSV(B)251.76º61.41%94.51%-
XYZ27.8218.3285.29-
YUV118.54197.11130.47-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.75%
GREEN value IS 93 (36.72% from 255) = 20.39%
BLUE value IS 241 (94.53% from 255) = 52.85%
R=26.75%
G=20.39%
B=52.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal122932410.490.6100.05251.7684.0965.49
Hex7A5DF1313D05fc5441
Octal172135361617505374124101
Binary111101010111011111000111000111110101011111110010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,93,241); }

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

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

 a { background-color: rgb(122,93,241); }

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

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

 span { border-color: rgb(122,93,241); }

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