Html Css Color HEX #744AEC Medium Slate Blue

📋 copy color: '#744AEC'

red 116 ◦ green 74 ◦ blue 236

#744AEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #744AEC

Tints of Medium Slate Blue #744AEC

RGB

 RED value IS 116 (45.7% from 255) = 27.23%

 GREEN value IS 74 (29.3% from 255) = 17.37%

 BLUE value IS 236 (92.58% from 255) = 55.4%

R = 27.23%
G = 17.37%
B = 55.4%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#744AEC (or 0x744AEC) is known color: Medium Slate Blue. HEX triplet: 74, 4A and EC. RGB value is (116,74,236). Sum of RGB (Red+Green+Blue) = 116+74+236=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 74 (29.30% from 255 or 17.37% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #744AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #744AEC is #8BB513. Grayscale: #686868. Windows color (decimal): -9155860 or 15485556. OLE color: 15485556.

HSL color Cylindrical-coordinate representation of color #744AEC: hue angle of 255.56º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #744AEC is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 74 236 -
CMYK 0.51 0.69 0 0.07
HSL 255.56º 0.81% 0.61% -
HSV(B) 255.56º 0.69% 0.93% -
XYZ 24.79 14.67 80.88 -
YUV 105.03 201.91 135.83 -
System Red Green Blue C M Y K H S L
Decimal 116 74 236 0.51 0.69 0 0.07 255.56 0.81 0.61
Hex 74 4A EC 33 45 0 7 100 51 3D
Octal 164 112 354 63 105 0 7 400 121 75
Binary 1110100 1001010 11101100 110011 1000101 0 111 100000000 1010001 111101

Color Harmonies of #744AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744AEC

Black with #744AEC

Text Example


Text Example

White with #744AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #744AEC;
 }
 .AnyTagClassName
 {
   color: #744AEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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