#744BEA

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

Shades of Medium Slate Blue #744BEA

Tints of Medium Slate Blue #744BEA

Color information

#744BEA (or 0x744BEA) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 4B and EA. RGB value is (116,75,234). Sum of RGB (Red+Green+Blue) = 116+75+234=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #744BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #744BEA is #8BB415. Grayscale: #686868. Windows color (decimal): -9155606 or 15354740. OLE color: 15354740.

HSL color Cylindrical-coordinate representation of color #744BEA: hue angle of 255.47º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #744BEA is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11675234-
CMYK0.500.6800.08
HSL255.47º79.1%60.59%-
HSV(B)255.47º67.95%91.76%-
XYZ24.5714.6979.38-
YUV105.38200.58135.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.29%
GREEN value IS 75 (29.69% from 255) = 17.65%
BLUE value IS 234 (91.80% from 255) = 55.06%
R=27.29%
G=17.65%
B=55.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal116752340.500.6800.08255.4779.160.59
Hex744BEA324408ff4f3d
Octal1641133526210401037711775
Binary1110100100101111101010110010100010001000111111111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744BEA; }

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

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

<style>
 a { background-color: #744BEA; }

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

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

<style>
 span { border-color: #744BEA; }

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

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