#7A47F9

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

Shades of Medium Slate Blue #7A47F9

Tints of Medium Slate Blue #7A47F9

Color information

#7A47F9 (or 0x7A47F9) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 47 and F9. RGB value is (122,71,249). Sum of RGB (Red+Green+Blue) = 122+71+249=442 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.60% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 249 (97.66% from 255 or 56.33% from 442); Max value from RGB is 249 - color contains mainly: blue. Hex color #7A47F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A47F9 is #85B806. Grayscale: #696969. Windows color (decimal): -8763399 or 16336762. OLE color: 16336762.

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

Color convert

RGB12271249-
CMYK0.510.7100.02
HSL257.19º93.68%62.75%-
HSV(B)257.19º71.49%97.65%-
XYZ27.3815.4891.17-
YUV106.54208.4139.03-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.60%
GREEN value IS 71 (28.12% from 255) = 16.06%
BLUE value IS 249 (97.66% from 255) = 56.33%
R=27.60%
G=16.06%
B=56.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal122712490.510.7100.02257.1993.6862.75
Hex7A47F93347021015e3f
Octal172107371631070240113677
Binary111101010001111111100111001110001110101000000011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A47F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,71,249); }

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

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

 a { background-color: rgb(122,71,249); }

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

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

 span { border-color: rgb(122,71,249); }

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