#7D6CED

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

Shades of Medium Slate Blue #7D6CED

Tints of Medium Slate Blue #7D6CED

Color information

#7D6CED (or 0x7D6CED) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 6C and ED. RGB value is (125,108,237). Sum of RGB (Red+Green+Blue) = 125+108+237=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #7D6CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6CED is #829312. Grayscale: #7F7F7F. Windows color (decimal): -8557331 or 15559805. OLE color: 15559805.

HSL color Cylindrical-coordinate representation of color #7D6CED: hue angle of 247.91º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D6CED is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB125108237-
CMYK0.470.5400.07
HSL247.91º78.18%67.65%-
HSV(B)247.91º54.43%92.94%-
XYZ29.1121.282.68-
YUV127.79189.63126.01-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.60%
GREEN value IS 108 (42.58% from 255) = 22.98%
BLUE value IS 237 (92.97% from 255) = 50.43%
R=26.60%
G=22.98%
B=50.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1251082370.470.5400.07247.9178.1867.65
Hex7D6CED2F3607f84e44
Octal175154355576607370116104
Binary111110111011001110110110111111011001111111100010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,108,237); }

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

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

 a { background-color: rgb(125,108,237); }

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

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

 span { border-color: rgb(125,108,237); }

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