#7E6ADF

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

Shades of Medium Slate Blue #7E6ADF

Tints of Medium Slate Blue #7E6ADF

Color information

#7E6ADF (or 0x7E6ADF) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 6A and DF. RGB value is (126,106,223). Sum of RGB (Red+Green+Blue) = 126+106+223=455 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.69% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #7E6ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6ADF is #819520. Grayscale: #7C7C7C. Windows color (decimal): -8492321 or 14641790. OLE color: 14641790.

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

Color convert

RGB126106223-
CMYK0.430.5200.13
HSL250.26º64.64%64.51%-
HSV(B)250.26º52.47%87.45%-
XYZ27.0820.0772.26-
YUV125.32183.13128.49-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.69%
GREEN value IS 106 (41.80% from 255) = 23.30%
BLUE value IS 223 (87.5% from 255) = 49.01%
R=27.69%
G=23.30%
B=49.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1261062230.430.5200.13250.2664.6464.51
Hex7E6ADF2B340Dfa4141
Octal1761523375364015372101101
Binary1111110110101011011111101011110100011011111101010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,106,223); }

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

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

 a { background-color: rgb(126,106,223); }

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

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

 span { border-color: rgb(126,106,223); }

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