#7D6FDF

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

Shades of Medium Slate Blue #7D6FDF

Tints of Medium Slate Blue #7D6FDF

Color information

#7D6FDF (or 0x7D6FDF) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 6F and DF. RGB value is (125,111,223). Sum of RGB (Red+Green+Blue) = 125+111+223=459 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.23% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D6FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6FDF is #829020. Grayscale: #7F7F7F. Windows color (decimal): -8556577 or 14643069. OLE color: 14643069.

HSL color Cylindrical-coordinate representation of color #7D6FDF: hue angle of 247.5º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D6FDF is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB125111223-
CMYK0.440.5000.13
HSL247.5º63.64%65.49%-
HSV(B)247.5º50.22%87.45%-
XYZ27.4621.0672.43-
YUV127.95181.64125.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.23%
GREEN value IS 111 (43.75% from 255) = 24.18%
BLUE value IS 223 (87.5% from 255) = 48.58%
R=27.23%
G=24.18%
B=48.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1251112230.440.5000.13247.563.6465.49
Hex7D6FDF2C320Df84041
Octal1751573375462015370100101
Binary1111101110111111011111101100110010011011111100010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,111,223); }

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

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

 a { background-color: rgb(125,111,223); }

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

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

 span { border-color: rgb(125,111,223); }

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