#7D6AE6

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

Shades of Medium Slate Blue #7D6AE6

Tints of Medium Slate Blue #7D6AE6

Color information

#7D6AE6 (or 0x7D6AE6) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 6A and E6. RGB value is (125,106,230). Sum of RGB (Red+Green+Blue) = 125+106+230=461 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.11% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 230 (90.23% from 255 or 49.89% from 461); Max value from RGB is 230 - color contains mainly: blue. Hex color #7D6AE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6AE6 is #829519. Grayscale: #7D7D7D. Windows color (decimal): -8557850 or 15100541. OLE color: 15100541.

HSL color Cylindrical-coordinate representation of color #7D6AE6: hue angle of 249.19º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D6AE6 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB125106230-
CMYK0.460.5400.10
HSL249.19º71.26%65.88%-
HSV(B)249.19º53.91%90.2%-
XYZ27.8920.3877.33-
YUV125.82186.79127.42-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.11%
GREEN value IS 106 (41.80% from 255) = 22.99%
BLUE value IS 230 (90.23% from 255) = 49.89%
R=27.11%
G=22.99%
B=49.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1251062300.460.5400.10249.1971.2665.88
Hex7D6AE62E360Af94742
Octal1751523465666012371107102
Binary1111101110101011100110101110110110010101111100110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,106,230); }

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

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

 a { background-color: rgb(125,106,230); }

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

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

 span { border-color: rgb(125,106,230); }

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