#7A6DDC

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

Shades of Medium Slate Blue #7A6DDC

Tints of Medium Slate Blue #7A6DDC

Color information

#7A6DDC (or 0x7A6DDC) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 6D and DC. RGB value is (122,109,220). Sum of RGB (Red+Green+Blue) = 122+109+220=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A6DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6DDC is #859223. Grayscale: #7D7D7D. Windows color (decimal): -8753700 or 14445946. OLE color: 14445946.

HSL color Cylindrical-coordinate representation of color #7A6DDC: hue angle of 247.03º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A6DDC is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB122109220-
CMYK0.450.5000.14
HSL247.03º61.33%64.51%-
HSV(B)247.03º50.45%86.27%-
XYZ26.4120.2470.23-
YUV125.54181.31125.47-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.05%
GREEN value IS 109 (42.97% from 255) = 24.17%
BLUE value IS 220 (86.33% from 255) = 48.78%
R=27.05%
G=24.17%
B=48.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1221092200.450.5000.14247.0361.3364.51
Hex7A6DDC2D320Ef73d41
Octal172155334556201636775101
Binary111101011011011101110010110111001001110111101111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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