#7E6BEB

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

Shades of Medium Slate Blue #7E6BEB

Tints of Medium Slate Blue #7E6BEB

Color information

#7E6BEB (or 0x7E6BEB) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 6B and EB. RGB value is (126,107,235). Sum of RGB (Red+Green+Blue) = 126+107+235=468 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.92% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #7E6BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6BEB is #819414. Grayscale: #7E7E7E. Windows color (decimal): -8492053 or 15428478. OLE color: 15428478.

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

Color convert

RGB126107235-
CMYK0.460.5400.08
HSL248.91º76.19%67.06%-
HSV(B)248.91º54.47%92.16%-
XYZ28.8620.9581.12-
YUV127.27188.79127.09-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.92%
GREEN value IS 107 (42.19% from 255) = 22.86%
BLUE value IS 235 (92.19% from 255) = 50.21%
R=26.92%
G=22.86%
B=50.21%

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
Decimal1261072350.460.5400.08248.9176.1967.06
Hex7E6BEB2E3608f94c43
Octal1761533535666010371114103
Binary1111110110101111101011101110110110010001111100110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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