#7A56FA

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

Shades of Medium Slate Blue #7A56FA

Tints of Medium Slate Blue #7A56FA

Color information

#7A56FA (or 0x7A56FA) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 56 and FA. RGB value is (122,86,250). Sum of RGB (Red+Green+Blue) = 122+86+250=458 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.64% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #7A56FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A56FA is #85A905. Grayscale: #727272. Windows color (decimal): -8759558 or 16406138. OLE color: 16406138.

HSL color Cylindrical-coordinate representation of color #7A56FA: hue angle of 253.17º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A56FA is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12286250-
CMYK0.510.6600.02
HSL253.17º94.25%65.88%-
HSV(B)253.17º65.6%98.04%-
XYZ28.6117.792.35-
YUV115.46203.93132.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.64%
GREEN value IS 86 (33.98% from 255) = 18.78%
BLUE value IS 250 (98.05% from 255) = 54.59%
R=26.64%
G=18.78%
B=54.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal122862500.510.6600.02253.1794.2565.88
Hex7A56FA334202fd5e42
Octal1721263726310202375136102
Binary111101010101101111101011001110000100101111110110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A56FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,86,250); }

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

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

 a { background-color: rgb(122,86,250); }

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

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

 span { border-color: rgb(122,86,250); }

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