#7A6DF7

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

Shades of Medium Slate Blue #7A6DF7

Tints of Medium Slate Blue #7A6DF7

Color information

#7A6DF7 (or 0x7A6DF7) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 6D and F7. RGB value is (122,109,247). Sum of RGB (Red+Green+Blue) = 122+109+247=478 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.52% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 247 (96.88% from 255 or 51.67% from 478); Max value from RGB is 247 - color contains mainly: blue. Hex color #7A6DF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A6DF7 is #859208. Grayscale: #808080. Windows color (decimal): -8753673 or 16215418. OLE color: 16215418.

HSL color Cylindrical-coordinate representation of color #7A6DF7: hue angle of 245.65º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A6DF7 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB122109247-
CMYK0.510.5600.03
HSL245.65º89.61%69.8%-
HSV(B)245.65º55.87%96.86%-
XYZ30.2821.7990.61-
YUV128.62194.81123.28-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.52%
GREEN value IS 109 (42.97% from 255) = 22.80%
BLUE value IS 247 (96.88% from 255) = 51.67%
R=25.52%
G=22.80%
B=51.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1221092470.510.5600.03245.6589.6169.8
Hex7A6DF7333803f65a46
Octal172155367637003366132106
Binary11110101101101111101111100111110000111111011010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6DF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,109,247); }

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

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

 a { background-color: rgb(122,109,247); }

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

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

 span { border-color: rgb(122,109,247); }

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