Html Css Color HEX #744DEF Medium Slate Blue

📋 copy color: '#744DEF'

red 116 ◦ green 77 ◦ blue 239

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

Shades of Medium Slate Blue #744DEF

Tints of Medium Slate Blue #744DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.32%

R = 26.85%
G = 17.82%
B = 55.32%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#744DEF (or 0x744DEF) is known color: Medium Slate Blue. HEX triplet: 74, 4D and EF. RGB value is (116,77,239). Sum of RGB (Red+Green+Blue) = 116+77+239=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #744DEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #744DEF is #8BB210. Grayscale: #6A6A6A. Windows color (decimal): -9155089 or 15682932. OLE color: 15682932.

HSL color Cylindrical-coordinate representation of color #744DEF: hue angle of 254.44º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #744DEF is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 77 239 -
CMYK 0.51 0.68 0 0.06
HSL 254.44º 0.84% 0.62% -
HSV(B) 254.44º 0.68% 0.94% -
XYZ 25.44 15.25 83.26 -
YUV 107.13 202.42 134.33 -
System Red Green Blue C M Y K H S L
Decimal 116 77 239 0.51 0.68 0 0.06 254.44 0.84 0.62
Hex 74 4D EF 33 44 0 6 FE 54 3E
Octal 164 115 357 63 104 0 6 376 124 76
Binary 1110100 1001101 11101111 110011 1000100 0 110 11111110 1010100 111110

Color Harmonies of #744DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744DEF

Black with #744DEF

Text Example


Text Example

White with #744DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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