#7460e9

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

Shades of Medium Slate Blue #7460E9

Tints of Medium Slate Blue #7460E9

Color information

#7460E9 (or 0x7460E9) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 60 and E9. RGB value is (116,96,233). Sum of RGB (Red+Green+Blue) = 116+96+233=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 233 (91.41% from 255 or 52.36% from 445); Max value from RGB is 233 - color contains mainly: blue. Hex color #7460E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7460E9 is #8B9F16. Grayscale: #757575. Windows color (decimal): -9150231 or 15294580. OLE color: 15294580.

HSL color Cylindrical-coordinate representation of color #7460E9: hue angle of 248.76º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7460E9 is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11696233-
CMYK0.500.5900.09
HSL248.76º75.69%64.51%-
HSV(B)248.76º58.8%91.37%-
XYZ26.0917.9679.18-
YUV117.6193.13126.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.07%
GREEN value IS 96 (37.89% from 255) = 21.57%
BLUE value IS 233 (91.41% from 255) = 52.36%
R=26.07%
G=21.57%
B=52.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal116962330.500.5900.09248.7675.6964.51
Hex7460E9323B09f94c41
Octal1641403516273011371114101
Binary1110100110000011101001110010111011010011111100110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7460e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7460e9; }

 p { color: rgb(116,96,233); }

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

<style>
 a { background-color: #7460e9; }

 a { background-color: rgb(116,96,233); }

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

<style>
 span { border-color: #7460e9; }

 span { border-color: rgb(116,96,233); }

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