#7E75E9

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

Shades of Medium Slate Blue #7E75E9

Tints of Medium Slate Blue #7E75E9

Color information

#7E75E9 (or 0x7E75E9) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 75 and E9. RGB value is (126,117,233). Sum of RGB (Red+Green+Blue) = 126+117+233=476 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.47% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 233 (91.41% from 255 or 48.95% from 476); Max value from RGB is 233 - color contains mainly: blue. Hex color #7E75E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E75E9 is #818A16. Grayscale: #848484. Windows color (decimal): -8489495 or 15299966. OLE color: 15299966.

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

Color convert

RGB126117233-
CMYK0.460.5000.09
HSL244.66º72.5%68.63%-
HSV(B)244.66º49.79%91.37%-
XYZ29.6723.0479.97-
YUV132.92184.48123.07-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.47%
GREEN value IS 117 (46.09% from 255) = 24.58%
BLUE value IS 233 (91.41% from 255) = 48.95%
R=26.47%
G=24.58%
B=48.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1261172330.460.5000.09244.6672.568.63
Hex7E75E92E3209f54845
Octal1761653515662011365110105
Binary1111110111010111101001101110110010010011111010110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E75E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,117,233); }

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

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

 a { background-color: rgb(126,117,233); }

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

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

 span { border-color: rgb(126,117,233); }

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