Html Css Color HEX #744CFD Medium Slate Blue

📋 copy color: '#744CFD'

red 116 ◦ green 76 ◦ blue 253

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

Shades of Medium Slate Blue #744CFD

Tints of Medium Slate Blue #744CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.08%

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

R = 26.07%
G = 17.08%
B = 56.85%

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

#744CFD (or 0x744CFD) is known color: Medium Slate Blue. HEX triplet: 74, 4C and FD. RGB value is (116,76,253). Sum of RGB (Red+Green+Blue) = 116+76+253=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #744CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #744CFD is #8BB302. Grayscale: #6B6B6B. Windows color (decimal): -9155331 or 16600180. OLE color: 16600180.

HSL color Cylindrical-coordinate representation of color #744CFD: hue angle of 253.56º 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 #744CFD is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 76 253 -
CMYK 0.54 0.70 0 0.01
HSL 253.56º 0.98% 0.65% -
HSV(B) 253.56º 0.7% 0.99% -
XYZ 27.52 15.97 94.56 -
YUV 108.14 209.75 133.61 -
System Red Green Blue C M Y K H S L
Decimal 116 76 253 0.54 0.70 0 0.01 253.56 0.98 0.65
Hex 74 4C FD 36 46 0 1 FE 62 41
Octal 164 114 375 66 106 0 1 376 142 101
Binary 1110100 1001100 11111101 110110 1000110 0 1 11111110 1100010 1000001

Color Harmonies of #744CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744CFD

Black with #744CFD

Text Example


Text Example

White with #744CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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