Html Css Color HEX #744EFF Medium Slate Blue

📋 copy color: '#744EFF'

red 116 ◦ green 78 ◦ blue 255

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

Shades of Medium Slate Blue #744EFF

Tints of Medium Slate Blue #744EFF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.37%

 BLUE value IS 255 (100% from 255) = 56.79%

R = 25.84%
G = 17.37%
B = 56.79%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#744EFF (or 0x744EFF) is known color: Medium Slate Blue. HEX triplet: 74, 4E and FF. RGB value is (116,78,255). Sum of RGB (Red+Green+Blue) = 116+78+255=449 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.84% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #744EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #744EFF is #8BB100. Grayscale: #6C6C6C. Windows color (decimal): -9154817 or 16731764. OLE color: 16731764.

HSL color Cylindrical-coordinate representation of color #744EFF: hue angle of 252.88º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #744EFF is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 116 78 255 -
CMYK 0.55 0.69 0 0
HSL 252.88º 1% 0.65% -
HSV(B) 252.88º 0.69% 1% -
XYZ 27.98 16.38 96.3 -
YUV 109.54 210.09 132.61 -
System Red Green Blue C M Y K H S L
Decimal 116 78 255 0.55 0.69 0 0 252.88 1 0.65
Hex 74 4E FF 37 45 0 0 FD 64 41
Octal 164 116 377 67 105 0 0 375 144 101
Binary 1110100 1001110 11111111 110111 1000101 0 0 11111101 1100100 1000001

Color Harmonies of #744EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744EFF

Black with #744EFF

Text Example


Text Example

White with #744EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,78,255); }

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

background-color css

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

 a { background-color: rgb(116,78,255); }

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

border-color css

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

 span { border-color: rgb(116,78,255); }

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