Html Css Color HEX #744AFF Medium Slate Blue

📋 copy color: '#744AFF'

red 116 ◦ green 74 ◦ blue 255

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

Shades of Medium Slate Blue #744AFF

Tints of Medium Slate Blue #744AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.3%

R = 26.07%
G = 16.63%
B = 57.3%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#744AFF (or 0x744AFF) is known color: Medium Slate Blue. HEX triplet: 74, 4A and FF. RGB value is (116,74,255). Sum of RGB (Red+Green+Blue) = 116+74+255=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #744AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #744AFF is #8BB500. Grayscale: #6A6A6A. Windows color (decimal): -9155841 or 16730740. OLE color: 16730740.

HSL color Cylindrical-coordinate representation of color #744AFF: hue angle of 253.92º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #744AFF is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 116 74 255 -
CMYK 0.55 0.71 0 0
HSL 253.92º 1% 0.65% -
HSV(B) 253.92º 0.71% 1% -
XYZ 27.7 15.83 96.2 -
YUV 107.19 211.41 134.28 -
System Red Green Blue C M Y K H S L
Decimal 116 74 255 0.55 0.71 0 0 253.92 1 0.65
Hex 74 4A FF 37 47 0 0 FE 64 41
Octal 164 112 377 67 107 0 0 376 144 101
Binary 1110100 1001010 11111111 110111 1000111 0 0 11111110 1100100 1000001

Color Harmonies of #744AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744AFF

Black with #744AFF

Text Example


Text Example

White with #744AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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