#7444EC

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

Shades of Medium Slate Blue #7444EC

Tints of Medium Slate Blue #7444EC

Color information

#7444EC (or 0x7444EC) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 44 and EC. RGB value is (116,68,236). Sum of RGB (Red+Green+Blue) = 116+68+236=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #7444EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7444EC is #8BBB13. Grayscale: #646464. Windows color (decimal): -9157396 or 15484020. OLE color: 15484020.

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

Color convert

RGB11668236-
CMYK0.510.7100.07
HSL257.14º81.55%59.61%-
HSV(B)257.14º71.19%92.55%-
XYZ24.4113.980.75-
YUV101.5203.9138.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.62%
GREEN value IS 68 (26.95% from 255) = 16.19%
BLUE value IS 236 (92.58% from 255) = 56.19%
R=27.62%
G=16.19%
B=56.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal116682360.510.7100.07257.1481.5559.61
Hex7444EC334707101523c
Octal164104354631070740112274
Binary1110100100010011101100110011100011101111000000011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7444EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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