#7D6DEB

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

Shades of Medium Slate Blue #7D6DEB

Tints of Medium Slate Blue #7D6DEB

Color information

#7D6DEB (or 0x7D6DEB) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 6D and EB. RGB value is (125,109,235). Sum of RGB (Red+Green+Blue) = 125+109+235=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D6DEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6DEB is #829214. Grayscale: #7F7F7F. Windows color (decimal): -8557077 or 15428989. OLE color: 15428989.

HSL color Cylindrical-coordinate representation of color #7D6DEB: hue angle of 247.62º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D6DEB is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB125109235-
CMYK0.470.5400.08
HSL247.62º75.9%67.45%-
HSV(B)247.62º53.62%92.16%-
XYZ28.9221.381.18-
YUV128.15188.3125.75-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.65%
GREEN value IS 109 (42.97% from 255) = 23.24%
BLUE value IS 235 (92.19% from 255) = 50.11%
R=26.65%
G=23.24%
B=50.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1251092350.470.5400.08247.6275.967.45
Hex7D6DEB2F3608f84c43
Octal1751553535766010370114103
Binary1111101110110111101011101111110110010001111100010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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