Html Css Color HEX #744DFD Medium Slate Blue

📋 copy color: '#744DFD'

red 116 ◦ green 77 ◦ blue 253

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

Shades of Medium Slate Blue #744DFD

Tints of Medium Slate Blue #744DFD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.26%

 BLUE value IS 253 (99.22% from 255) = 56.73%

R = 26.01%
G = 17.26%
B = 56.73%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#744DFD (or 0x744DFD) is known color: Medium Slate Blue. HEX triplet: 74, 4D and FD. RGB value is (116,77,253). Sum of RGB (Red+Green+Blue) = 116+77+253=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #744DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #744DFD is #8BB202. Grayscale: #6C6C6C. Windows color (decimal): -9155075 or 16600436. OLE color: 16600436.

HSL color Cylindrical-coordinate representation of color #744DFD: hue angle of 253.3º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #744DFD is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 77 253 -
CMYK 0.54 0.70 0 0.01
HSL 253.3º 0.98% 0.65% -
HSV(B) 253.3º 0.7% 0.99% -
XYZ 27.59 16.11 94.58 -
YUV 108.73 209.42 133.19 -
System Red Green Blue C M Y K H S L
Decimal 116 77 253 0.54 0.70 0 0.01 253.3 0.98 0.65
Hex 74 4D FD 36 46 0 1 FD 62 41
Octal 164 115 375 66 106 0 1 375 142 101
Binary 1110100 1001101 11111101 110110 1000110 0 1 11111101 1100010 1000001

Color Harmonies of #744DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744DFD

Black with #744DFD

Text Example


Text Example

White with #744DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,77,253); }

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

background-color css

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

 a { background-color: rgb(116,77,253); }

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

border-color css

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

 span { border-color: rgb(116,77,253); }

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