#7472EF

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

Shades of Medium Slate Blue #7472EF

Tints of Medium Slate Blue #7472EF

Color information

#7472EF (or 0x7472EF) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 72 and EF. RGB value is (116,114,239). Sum of RGB (Red+Green+Blue) = 116+114+239=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #7472EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7472EF is #8B8D10. Grayscale: #808080. Windows color (decimal): -9145617 or 15692404. OLE color: 15692404.

HSL color Cylindrical-coordinate representation of color #7472EF: hue angle of 240.96º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7472EF is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB116114239-
CMYK0.510.5200.06
HSL240.96º79.62%69.22%-
HSV(B)240.96º52.3%93.73%-
XYZ28.821.9884.39-
YUV128.85190.16118.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.73%
GREEN value IS 114 (44.92% from 255) = 24.31%
BLUE value IS 239 (93.75% from 255) = 50.96%
R=24.73%
G=24.31%
B=50.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1161142390.510.5200.06240.9679.6269.22
Hex7472EF333406f15045
Octal164162357636406361120105
Binary111010011100101110111111001111010001101111000110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7472EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7472EF; }

 p { color: rgb(116,114,239); }

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

<style>
 a { background-color: #7472EF; }

 a { background-color: rgb(116,114,239); }

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

<style>
 span { border-color: #7472EF; }

 span { border-color: rgb(116,114,239); }

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