#7E83EA

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

Shades of Medium Slate Blue #7E83EA

Tints of Medium Slate Blue #7E83EA

Color information

#7E83EA (or 0x7E83EA) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 83 and EA. RGB value is (126,131,234). Sum of RGB (Red+Green+Blue) = 126+131+234=491 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.66% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #7E83EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E83EA is #817C15. Grayscale: #8C8C8C. Windows color (decimal): -8485910 or 15369086. OLE color: 15369086.

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

Color convert

RGB126131234-
CMYK0.460.4400.08
HSL237.22º72%70.59%-
HSV(B)237.22º46.15%91.76%-
XYZ31.5726.6181.31-
YUV141.25180.34117.12-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.66%
GREEN value IS 131 (51.56% from 255) = 26.68%
BLUE value IS 234 (91.80% from 255) = 47.66%
R=25.66%
G=26.68%
B=47.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1261312340.460.4400.08237.227270.59
Hex7E83EA2E2C08ed4847
Octal1762033525654010355110107
Binary11111101000001111101010101110101100010001110110110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E83EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,131,234); }

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

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

 a { background-color: rgb(126,131,234); }

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

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

 span { border-color: rgb(126,131,234); }

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