#7a57e3

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

Shades of Medium Slate Blue #7A57E3

Tints of Medium Slate Blue #7A57E3

Color information

#7A57E3 (or 0x7A57E3) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 57 and E3. RGB value is (122,87,227). Sum of RGB (Red+Green+Blue) = 122+87+227=436 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.98% from 436); Green value is 87 (34.38% from 255 or 19.95% from 436); Blue value is 227 (89.06% from 255 or 52.06% from 436); Max value from RGB is 227 - color contains mainly: blue. Hex color #7A57E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A57E3 is #85A81C. Grayscale: #707070. Windows color (decimal): -8759325 or 14899066. OLE color: 14899066.

HSL color Cylindrical-coordinate representation of color #7A57E3: hue angle of 255º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A57E3 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB12287227-
CMYK0.460.6200.11
HSL255º71.43%61.57%-
HSV(B)255º61.67%89.02%-
XYZ25.316.574.52-
YUV113.42192.1134.12-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.98%
GREEN value IS 87 (34.38% from 255) = 19.95%
BLUE value IS 227 (89.06% from 255) = 52.06%
R=27.98%
G=19.95%
B=52.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal122872270.460.6200.1125571.4361.57
Hex7A57E32E3E0Bff473e
Octal172127343567601337710776
Binary111101010101111110001110111011111001011111111111000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a57e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,87,227); }

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

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

 a { background-color: rgb(122,87,227); }

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

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

 span { border-color: rgb(122,87,227); }

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