#7A6EDA

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

Shades of Medium Slate Blue #7A6EDA

Tints of Medium Slate Blue #7A6EDA

Color information

#7A6EDA (or 0x7A6EDA) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 6E and DA. RGB value is (122,110,218). Sum of RGB (Red+Green+Blue) = 122+110+218=450 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.11% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #7A6EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6EDA is #859125. Grayscale: #7D7D7D. Windows color (decimal): -8753446 or 14315130. OLE color: 14315130.

HSL color Cylindrical-coordinate representation of color #7A6EDA: hue angle of 246.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A6EDA is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB122110218-
CMYK0.440.5000.15
HSL246.67º59.34%64.31%-
HSV(B)246.67º49.54%85.49%-
XYZ26.2620.3568.87-
YUV125.9179.98125.22-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.11%
GREEN value IS 110 (43.36% from 255) = 24.44%
BLUE value IS 218 (85.55% from 255) = 48.44%
R=27.11%
G=24.44%
B=48.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1221102180.440.5000.15246.6759.3464.31
Hex7A6EDA2C320Ff73b40
Octal172156332546201736773100
Binary111101011011101101101010110011001001111111101111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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