#7A6EED

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

Shades of Medium Slate Blue #7A6EED

Tints of Medium Slate Blue #7A6EED

Color information

#7A6EED (or 0x7A6EED) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 6E and ED. RGB value is (122,110,237). Sum of RGB (Red+Green+Blue) = 122+110+237=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #7A6EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A6EED is #859112. Grayscale: #7F7F7F. Windows color (decimal): -8753427 or 15560314. OLE color: 15560314.

HSL color Cylindrical-coordinate representation of color #7A6EED: hue angle of 245.67º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A6EED is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB122110237-
CMYK0.490.5400.07
HSL245.67º77.91%68.04%-
HSV(B)245.67º53.59%92.94%-
XYZ28.8921.482.73-
YUV128.07189.48123.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.01%
GREEN value IS 110 (43.36% from 255) = 23.45%
BLUE value IS 237 (92.97% from 255) = 50.53%
R=26.01%
G=23.45%
B=50.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1221102370.490.5400.07245.6777.9168.04
Hex7A6EED313607f64e44
Octal172156355616607366116104
Binary111101011011101110110111000111011001111111011010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,110,237); }

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

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

 a { background-color: rgb(122,110,237); }

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

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

 span { border-color: rgb(122,110,237); }

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