#7E79ED

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

Shades of Medium Slate Blue #7E79ED

Tints of Medium Slate Blue #7E79ED

Color information

#7E79ED (or 0x7E79ED) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 79 and ED. RGB value is (126,121,237). Sum of RGB (Red+Green+Blue) = 126+121+237=484 (64% of max value = 765). Red value is 126 (49.61% from 255 or 26.03% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #7E79ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E79ED is #818612. Grayscale: #878787. Windows color (decimal): -8488467 or 15563134. OLE color: 15563134.

HSL color Cylindrical-coordinate representation of color #7E79ED: hue angle of 242.59º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E79ED is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB126121237-
CMYK0.470.4900.07
HSL242.59º76.32%70.2%-
HSV(B)242.59º48.95%92.94%-
XYZ30.7324.2283.18-
YUV135.72185.16121.07-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.03%
GREEN value IS 121 (47.66% from 255) = 25%
BLUE value IS 237 (92.97% from 255) = 48.97%
R=26.03%
G=25%
B=48.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1261212370.470.4900.07242.5976.3270.2
Hex7E79ED2F3107f34c46
Octal176171355576107363114106
Binary111111011110011110110110111111000101111111001110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E79ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,121,237); }

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

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

 a { background-color: rgb(126,121,237); }

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

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

 span { border-color: rgb(126,121,237); }

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