#7A6FF0

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

Shades of Medium Slate Blue #7A6FF0

Tints of Medium Slate Blue #7A6FF0

Color information

#7A6FF0 (or 0x7A6FF0) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 6F and F0. RGB value is (122,111,240). Sum of RGB (Red+Green+Blue) = 122+111+240=473 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.79% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #7A6FF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A6FF0 is #85900F. Grayscale: #808080. Windows color (decimal): -8753168 or 15757178. OLE color: 15757178.

HSL color Cylindrical-coordinate representation of color #7A6FF0: hue angle of 245.12º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A6FF0 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB122111240-
CMYK0.490.5400.06
HSL245.12º81.13%68.82%-
HSV(B)245.12º53.75%94.12%-
XYZ29.4421.885.09-
YUV129190.64123.01-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.79%
GREEN value IS 111 (43.75% from 255) = 23.47%
BLUE value IS 240 (94.14% from 255) = 50.74%
R=25.79%
G=23.47%
B=50.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1221112400.490.5400.06245.1281.1368.82
Hex7A6FF0313606f55145
Octal172157360616606365121105
Binary111101011011111111000011000111011001101111010110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,111,240); }

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

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

 a { background-color: rgb(122,111,240); }

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

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

 span { border-color: rgb(122,111,240); }

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