#7471EC

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

Shades of Medium Slate Blue #7471EC

Tints of Medium Slate Blue #7471EC

Color information

#7471EC (or 0x7471EC) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 71 and EC. RGB value is (116,113,236). Sum of RGB (Red+Green+Blue) = 116+113+236=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #7471EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7471EC is #8B8E13. Grayscale: #7F7F7F. Windows color (decimal): -9145876 or 15495540. OLE color: 15495540.

HSL color Cylindrical-coordinate representation of color #7471EC: hue angle of 241.46º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7471EC is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB116113236-
CMYK0.510.5200.07
HSL241.46º76.4%68.43%-
HSV(B)241.46º52.12%92.55%-
XYZ28.2521.5882.03-
YUV127.92188.99119.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.95%
GREEN value IS 113 (44.53% from 255) = 24.30%
BLUE value IS 236 (92.58% from 255) = 50.75%
R=24.95%
G=24.30%
B=50.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1161132360.510.5200.07241.4676.468.43
Hex7471EC333407f14c44
Octal164161354636407361114104
Binary111010011100011110110011001111010001111111000110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7471EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7471EC; }

 p { color: rgb(116,113,236); }

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

<style>
 a { background-color: #7471EC; }

 a { background-color: rgb(116,113,236); }

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

<style>
 span { border-color: #7471EC; }

 span { border-color: rgb(116,113,236); }

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