#7A6CD9

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

Shades of Medium Slate Blue #7A6CD9

Tints of Medium Slate Blue #7A6CD9

Color information

#7A6CD9 (or 0x7A6CD9) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 6C and D9. RGB value is (122,108,217). Sum of RGB (Red+Green+Blue) = 122+108+217=447 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.29% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 217 (85.16% from 255 or 48.55% from 447); Max value from RGB is 217 - color contains mainly: blue. Hex color #7A6CD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6CD9 is #859326. Grayscale: #7C7C7C. Windows color (decimal): -8753959 or 14249082. OLE color: 14249082.

HSL color Cylindrical-coordinate representation of color #7A6CD9: hue angle of 247.71º 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 #7A6CD9 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB122108217-
CMYK0.440.5000.15
HSL247.71º58.92%63.73%-
HSV(B)247.71º50.23%85.1%-
XYZ25.9119.8768.12-
YUV124.61180.14126.14-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.29%
GREEN value IS 108 (42.58% from 255) = 24.16%
BLUE value IS 217 (85.16% from 255) = 48.55%
R=27.29%
G=24.16%
B=48.55%

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
Decimal1221082170.440.5000.15247.7158.9263.73
Hex7A6CD92C320Ff83b40
Octal172154331546201737073100
Binary111101011011001101100110110011001001111111110001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,108,217); }

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

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

 a { background-color: rgb(122,108,217); }

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

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

 span { border-color: rgb(122,108,217); }

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