Html Css Color HEX #744AF6 Medium Slate Blue

📋 copy color: '#744AF6'

red 116 ◦ green 74 ◦ blue 246

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

Shades of Medium Slate Blue #744AF6

Tints of Medium Slate Blue #744AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 56.42%

R = 26.61%
G = 16.97%
B = 56.42%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#744AF6 (or 0x744AF6) is known color: Medium Slate Blue. HEX triplet: 74, 4A and F6. RGB value is (116,74,246). Sum of RGB (Red+Green+Blue) = 116+74+246=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 246 (96.48% from 255 or 56.42% from 436); Max value from RGB is 246 - color contains mainly: blue. Hex color #744AF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #744AF6 is #8BB509. Grayscale: #696969. Windows color (decimal): -9155850 or 16140916. OLE color: 16140916.

HSL color Cylindrical-coordinate representation of color #744AF6: hue angle of 254.65º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #744AF6 is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 116 74 246 -
CMYK 0.53 0.70 0 0.04
HSL 254.65º 0.91% 0.63% -
HSV(B) 254.65º 0.7% 0.96% -
XYZ 26.29 15.26 88.75 -
YUV 106.17 206.91 135.01 -
System Red Green Blue C M Y K H S L
Decimal 116 74 246 0.53 0.70 0 0.04 254.65 0.91 0.63
Hex 74 4A F6 35 46 0 4 FF 5B 3F
Octal 164 112 366 65 106 0 4 377 133 77
Binary 1110100 1001010 11110110 110101 1000110 0 100 11111111 1011011 111111

Color Harmonies of #744AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744AF6

Black with #744AF6

Text Example


Text Example

White with #744AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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