#7E6CEB

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

Shades of Medium Slate Blue #7E6CEB

Tints of Medium Slate Blue #7E6CEB

Color information

#7E6CEB (or 0x7E6CEB) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 6C and EB. RGB value is (126,108,235). Sum of RGB (Red+Green+Blue) = 126+108+235=469 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.87% from 469); Green value is 108 (42.58% from 255 or 23.03% 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 #7E6CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6CEB is #819314. Grayscale: #7F7F7F. Windows color (decimal): -8491797 or 15428734. OLE color: 15428734.

HSL color Cylindrical-coordinate representation of color #7E6CEB: hue angle of 248.5º 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 #7E6CEB is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB126108235-
CMYK0.460.5400.08
HSL248.5º76.05%67.25%-
HSV(B)248.5º54.04%92.16%-
XYZ28.9621.1681.15-
YUV127.86188.46126.67-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.87%
GREEN value IS 108 (42.58% from 255) = 23.03%
BLUE value IS 235 (92.19% from 255) = 50.11%
R=26.87%
G=23.03%
B=50.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1261082350.460.5400.08248.576.0567.25
Hex7E6CEB2E3608f94c43
Octal1761543535666010371114103
Binary1111110110110011101011101110110110010001111100110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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