Html Css Color HEX #744DEC Medium Slate Blue

📋 copy color: '#744DEC'

red 116 ◦ green 77 ◦ blue 236

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

Shades of Medium Slate Blue #744DEC

Tints of Medium Slate Blue #744DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.01%

R = 27.04%
G = 17.95%
B = 55.01%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#744DEC (or 0x744DEC) is known color: Medium Slate Blue. HEX triplet: 74, 4D and EC. RGB value is (116,77,236). Sum of RGB (Red+Green+Blue) = 116+77+236=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #744DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #744DEC is #8BB213. Grayscale: #6A6A6A. Windows color (decimal): -9155092 or 15486324. OLE color: 15486324.

HSL color Cylindrical-coordinate representation of color #744DEC: hue angle of 254.72º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #744DEC is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 77 236 -
CMYK 0.51 0.67 0 0.07
HSL 254.72º 0.81% 0.61% -
HSV(B) 254.72º 0.67% 0.93% -
XYZ 25 15.08 80.95 -
YUV 106.79 200.92 134.57 -
System Red Green Blue C M Y K H S L
Decimal 116 77 236 0.51 0.67 0 0.07 254.72 0.81 0.61
Hex 74 4D EC 33 43 0 7 FF 51 3D
Octal 164 115 354 63 103 0 7 377 121 75
Binary 1110100 1001101 11101100 110011 1000011 0 111 11111111 1010001 111101

Color Harmonies of #744DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744DEC

Black with #744DEC

Text Example


Text Example

White with #744DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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