#7E6CDB

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

Shades of Medium Slate Blue #7E6CDB

Tints of Medium Slate Blue #7E6CDB

Color information

#7E6CDB (or 0x7E6CDB) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 6C and DB. RGB value is (126,108,219). Sum of RGB (Red+Green+Blue) = 126+108+219=453 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.81% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E6CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6CDB is #819324. Grayscale: #7D7D7D. Windows color (decimal): -8491813 or 14380158. OLE color: 14380158.

HSL color Cylindrical-coordinate representation of color #7E6CDB: hue angle of 249.73º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E6CDB is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB126108219-
CMYK0.420.5100.14
HSL249.73º60.66%64.12%-
HSV(B)249.73º50.68%85.88%-
XYZ26.7520.2869.52-
YUV126.04180.46127.97-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.81%
GREEN value IS 108 (42.58% from 255) = 23.84%
BLUE value IS 219 (85.94% from 255) = 48.34%
R=27.81%
G=23.84%
B=48.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1261082190.420.5100.14249.7360.6664.12
Hex7E6CDB2A330Efa3d40
Octal176154333526301637275100
Binary111111011011001101101110101011001101110111110101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,108,219); }

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

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

 a { background-color: rgb(126,108,219); }

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

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

 span { border-color: rgb(126,108,219); }

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