#7E6BE8

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

Shades of Medium Slate Blue #7E6BE8

Tints of Medium Slate Blue #7E6BE8

Color information

#7E6BE8 (or 0x7E6BE8) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 6B and E8. RGB value is (126,107,232). Sum of RGB (Red+Green+Blue) = 126+107+232=465 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.10% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 232 (91.02% from 255 or 49.89% from 465); Max value from RGB is 232 - color contains mainly: blue. Hex color #7E6BE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6BE8 is #819417. Grayscale: #7E7E7E. Windows color (decimal): -8492056 or 15231870. OLE color: 15231870.

HSL color Cylindrical-coordinate representation of color #7E6BE8: hue angle of 249.12º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7E6BE8 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB126107232-
CMYK0.460.5400.09
HSL249.12º73.1%66.47%-
HSV(B)249.12º53.88%90.98%-
XYZ28.4320.7878.86-
YUV126.93187.29127.34-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.10%
GREEN value IS 107 (42.19% from 255) = 23.01%
BLUE value IS 232 (91.02% from 255) = 49.89%
R=27.10%
G=23.01%
B=49.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1261072320.460.5400.09249.1273.166.47
Hex7E6BE82E3609f94942
Octal1761533505666011371111102
Binary1111110110101111101000101110110110010011111100110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,107,232); }

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

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

 a { background-color: rgb(126,107,232); }

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

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

 span { border-color: rgb(126,107,232); }

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