#7D6BE7

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

Shades of Medium Slate Blue #7D6BE7

Tints of Medium Slate Blue #7D6BE7

Color information

#7D6BE7 (or 0x7D6BE7) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 6B and E7. RGB value is (125,107,231). Sum of RGB (Red+Green+Blue) = 125+107+231=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 231 (90.62% from 255 or 49.89% from 463); Max value from RGB is 231 - color contains mainly: blue. Hex color #7D6BE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6BE7 is #829418. Grayscale: #7E7E7E. Windows color (decimal): -8557593 or 15166333. OLE color: 15166333.

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

Color convert

RGB125107231-
CMYK0.460.5400.09
HSL248.71º72.09%66.27%-
HSV(B)248.71º53.68%90.59%-
XYZ28.1420.6478.1-
YUV126.52186.96126.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.00%
GREEN value IS 107 (42.19% from 255) = 23.11%
BLUE value IS 231 (90.62% from 255) = 49.89%
R=27.00%
G=23.11%
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.09
SystemRedGreenBlueCMYKHSL
Decimal1251072310.460.5400.09248.7172.0966.27
Hex7D6BE72E3609f94842
Octal1751533475666011371110102
Binary1111101110101111100111101110110110010011111100110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,107,231); }

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

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

 a { background-color: rgb(125,107,231); }

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

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

 span { border-color: rgb(125,107,231); }

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