Html Css Color HEX #744AFE Medium Slate Blue

📋 copy color: '#744AFE'

red 116 ◦ green 74 ◦ blue 254

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

Shades of Medium Slate Blue #744AFE

Tints of Medium Slate Blue #744AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.21%

R = 26.13%
G = 16.67%
B = 57.21%

CMYK

 C value IS 0.54

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#744AFE (or 0x744AFE) is known color: Medium Slate Blue. HEX triplet: 74, 4A and FE. RGB value is (116,74,254). Sum of RGB (Red+Green+Blue) = 116+74+254=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #744AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #744AFE is #8BB501. Grayscale: #6A6A6A. Windows color (decimal): -9155842 or 16665204. OLE color: 16665204.

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

Color convert

RGB 116 74 254 -
CMYK 0.54 0.71 0 0.00
HSL 254º 0.99% 0.64% -
HSV(B) 254º 0.71% 1% -
XYZ 27.54 15.77 95.36 -
YUV 107.08 210.91 134.36 -
System Red Green Blue C M Y K H S L
Decimal 116 74 254 0.54 0.71 0 0.00 254 0.99 0.64
Hex 74 4A FE 36 47 0 0 FE 63 40
Octal 164 112 376 66 107 0 0 376 143 100
Binary 1110100 1001010 11111110 110110 1000111 0 0 11111110 1100011 1000000

Color Harmonies of #744AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744AFE

Black with #744AFE

Text Example


Text Example

White with #744AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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