#7A6DDD

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

Shades of Medium Slate Blue #7A6DDD

Tints of Medium Slate Blue #7A6DDD

Color information

#7A6DDD (or 0x7A6DDD) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 6D and DD. RGB value is (122,109,221). Sum of RGB (Red+Green+Blue) = 122+109+221=452 (59% of max value = 765). Red value is 122 (48.05% from 255 or 26.99% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A6DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6DDD is #859222. Grayscale: #7D7D7D. Windows color (decimal): -8753699 or 14511482. OLE color: 14511482.

HSL color Cylindrical-coordinate representation of color #7A6DDD: hue angle of 246.96º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A6DDD is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB122109221-
CMYK0.450.5100.13
HSL246.96º62.22%64.71%-
HSV(B)246.96º50.68%86.67%-
XYZ26.5520.370.92-
YUV125.66181.81125.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.99%
GREEN value IS 109 (42.97% from 255) = 24.12%
BLUE value IS 221 (86.72% from 255) = 48.89%
R=26.99%
G=24.12%
B=48.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1221092210.450.5100.13246.9662.2264.71
Hex7A6DDD2D330Df73e41
Octal172155335556301536776101
Binary111101011011011101110110110111001101101111101111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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