#7d6fe5

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

Shades of Medium Slate Blue #7D6FE5

Tints of Medium Slate Blue #7D6FE5

Color information

#7D6FE5 (or 0x7D6FE5) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 6F and E5. RGB value is (125,111,229). Sum of RGB (Red+Green+Blue) = 125+111+229=465 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.88% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 229 - color contains mainly: blue. Hex color #7D6FE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6FE5 is #82901A. Grayscale: #808080. Windows color (decimal): -8556571 or 15036285. OLE color: 15036285.

HSL color Cylindrical-coordinate representation of color #7D6FE5: hue angle of 247.12º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D6FE5 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB125111229-
CMYK0.450.5200.10
HSL247.12º69.41%66.67%-
HSV(B)247.12º51.53%89.8%-
XYZ28.2821.3976.77-
YUV128.64184.64125.41-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.88%
GREEN value IS 111 (43.75% from 255) = 23.87%
BLUE value IS 229 (89.84% from 255) = 49.25%
R=26.88%
G=23.87%
B=49.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1251112290.450.5200.10247.1269.4166.67
Hex7D6FE52D340Af74543
Octal1751573455564012367105103
Binary1111101110111111100101101101110100010101111011110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d6fe5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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