#7459E7

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

Shades of Medium Slate Blue #7459E7

Tints of Medium Slate Blue #7459E7

Color information

#7459E7 (or 0x7459E7) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 59 and E7. RGB value is (116,89,231). Sum of RGB (Red+Green+Blue) = 116+89+231=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 231 (90.62% from 255 or 52.98% from 436); Max value from RGB is 231 - color contains mainly: blue. Hex color #7459E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7459E7 is #8BA618. Grayscale: #707070. Windows color (decimal): -9152025 or 15161716. OLE color: 15161716.

HSL color Cylindrical-coordinate representation of color #7459E7: hue angle of 251.41º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7459E7 is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11689231-
CMYK0.500.6100.09
HSL251.41º74.74%62.75%-
HSV(B)251.41º61.47%90.59%-
XYZ25.216.6377.48-
YUV113.26194.45129.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.61%
GREEN value IS 89 (35.16% from 255) = 20.41%
BLUE value IS 231 (90.62% from 255) = 52.98%
R=26.61%
G=20.41%
B=52.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal116892310.500.6100.09251.4174.7462.75
Hex7459E7323D09fb4b3f
Octal164131347627501137311377
Binary111010010110011110011111001011110101001111110111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7459E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7459E7; }

 p { color: rgb(116,89,231); }

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

<style>
 a { background-color: #7459E7; }

 a { background-color: rgb(116,89,231); }

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

<style>
 span { border-color: #7459E7; }

 span { border-color: rgb(116,89,231); }

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