#7D6DF7

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

Shades of Medium Slate Blue #7D6DF7

Tints of Medium Slate Blue #7D6DF7

Color information

#7D6DF7 (or 0x7D6DF7) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 6D and F7. RGB value is (125,109,247). Sum of RGB (Red+Green+Blue) = 125+109+247=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 247 (96.88% from 255 or 51.35% from 481); Max value from RGB is 247 - color contains mainly: blue. Hex color #7D6DF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6DF7 is #829208. Grayscale: #808080. Windows color (decimal): -8557065 or 16215421. OLE color: 16215421.

HSL color Cylindrical-coordinate representation of color #7D6DF7: hue angle of 246.96º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D6DF7 is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB125109247-
CMYK0.490.5600.03
HSL246.96º89.61%69.8%-
HSV(B)246.96º55.87%96.86%-
XYZ30.7122.0190.63-
YUV129.52194.3124.78-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.99%
GREEN value IS 109 (42.97% from 255) = 22.66%
BLUE value IS 247 (96.88% from 255) = 51.35%
R=25.99%
G=22.66%
B=51.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1251092470.490.5600.03246.9689.6169.8
Hex7D6DF7313803f75a46
Octal175155367617003367132106
Binary11111011101101111101111100011110000111111011110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6DF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,109,247); }

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

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

 a { background-color: rgb(125,109,247); }

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

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

 span { border-color: rgb(125,109,247); }

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