#7A5EDF

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

Shades of Medium Slate Blue #7A5EDF

Tints of Medium Slate Blue #7A5EDF

Color information

#7A5EDF (or 0x7A5EDF) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 5E and DF. RGB value is (122,94,223). Sum of RGB (Red+Green+Blue) = 122+94+223=439 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.79% from 439); Green value is 94 (37.11% from 255 or 21.41% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A5EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5EDF is #85A120. Grayscale: #747474. Windows color (decimal): -8757537 or 14638714. OLE color: 14638714.

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

Color convert

RGB12294223-
CMYK0.450.5800.13
HSL253.02º66.84%62.16%-
HSV(B)253.02º57.85%87.45%-
XYZ25.3517.4771.85-
YUV117.08187.78131.51-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.79%
GREEN value IS 94 (37.11% from 255) = 21.41%
BLUE value IS 223 (87.5% from 255) = 50.80%
R=27.79%
G=21.41%
B=50.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal122942230.450.5800.13253.0266.8462.16
Hex7A5EDF2D3A0Dfd433e
Octal172136337557201537510376
Binary111101010111101101111110110111101001101111111011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,94,223); }

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

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

 a { background-color: rgb(122,94,223); }

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

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

 span { border-color: rgb(122,94,223); }

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