Html Css Color HEX #744AF1 Medium Slate Blue

📋 copy color: '#744AF1'

red 116 ◦ green 74 ◦ blue 241

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

Shades of Medium Slate Blue #744AF1

Tints of Medium Slate Blue #744AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 55.92%

R = 26.91%
G = 17.17%
B = 55.92%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#744AF1 (or 0x744AF1) is known color: Medium Slate Blue. HEX triplet: 74, 4A and F1. RGB value is (116,74,241). Sum of RGB (Red+Green+Blue) = 116+74+241=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 241 (94.53% from 255 or 55.92% from 431); Max value from RGB is 241 - color contains mainly: blue. Hex color #744AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #744AF1 is #8BB50E. Grayscale: #686868. Windows color (decimal): -9155855 or 15813236. OLE color: 15813236.

HSL color Cylindrical-coordinate representation of color #744AF1: hue angle of 255.09º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #744AF1 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 74 241 -
CMYK 0.52 0.69 0 0.05
HSL 255.09º 0.86% 0.62% -
HSV(B) 255.09º 0.69% 0.95% -
XYZ 25.53 14.96 84.76 -
YUV 105.6 204.41 135.42 -
System Red Green Blue C M Y K H S L
Decimal 116 74 241 0.52 0.69 0 0.05 255.09 0.86 0.62
Hex 74 4A F1 34 45 0 5 FF 56 3E
Octal 164 112 361 64 105 0 5 377 126 76
Binary 1110100 1001010 11110001 110100 1000101 0 101 11111111 1010110 111110

Color Harmonies of #744AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744AF1

Black with #744AF1

Text Example


Text Example

White with #744AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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