#7460EA

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

Shades of Medium Slate Blue #7460EA

Tints of Medium Slate Blue #7460EA

Color information

#7460EA (or 0x7460EA) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 60 and EA. RGB value is (116,96,234). Sum of RGB (Red+Green+Blue) = 116+96+234=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #7460EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7460EA is #8B9F15. Grayscale: #757575. Windows color (decimal): -9150230 or 15360116. OLE color: 15360116.

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

Color convert

RGB11696234-
CMYK0.500.5900.08
HSL248.7º76.67%64.71%-
HSV(B)248.7º58.97%91.76%-
XYZ26.2418.0279.94-
YUV117.71193.63126.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.01%
GREEN value IS 96 (37.89% from 255) = 21.52%
BLUE value IS 234 (91.80% from 255) = 52.47%
R=26.01%
G=21.52%
B=52.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal116962340.500.5900.08248.776.6764.71
Hex7460EA323B08f94d41
Octal1641403526273010371115101
Binary1110100110000011101010110010111011010001111100110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7460EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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