#7E71EB

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

Shades of Medium Slate Blue #7E71EB

Tints of Medium Slate Blue #7E71EB

Color information

#7E71EB (or 0x7E71EB) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 71 and EB. RGB value is (126,113,235). Sum of RGB (Red+Green+Blue) = 126+113+235=474 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.58% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #7E71EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E71EB is #818E14. Grayscale: #828282. Windows color (decimal): -8490517 or 15430014. OLE color: 15430014.

HSL color Cylindrical-coordinate representation of color #7E71EB: hue angle of 246.39º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E71EB is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB126113235-
CMYK0.460.5200.08
HSL246.39º75.31%68.24%-
HSV(B)246.39º51.91%92.16%-
XYZ29.522.2481.34-
YUV130.79186.81124.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.58%
GREEN value IS 113 (44.53% from 255) = 23.84%
BLUE value IS 235 (92.19% from 255) = 49.58%
R=26.58%
G=23.84%
B=49.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1261132350.460.5200.08246.3975.3168.24
Hex7E71EB2E3408f64b44
Octal1761613535664010366113104
Binary1111110111000111101011101110110100010001111011010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E71EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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