Html Css Color HEX #744EEA Medium Slate Blue

📋 copy color: '#744EEA'

red 116 ◦ green 78 ◦ blue 234

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

Shades of Medium Slate Blue #744EEA

Tints of Medium Slate Blue #744EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.67%

R = 27.1%
G = 18.22%
B = 54.67%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#744EEA (or 0x744EEA) is known color: Medium Slate Blue. HEX triplet: 74, 4E and EA. RGB value is (116,78,234). Sum of RGB (Red+Green+Blue) = 116+78+234=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #744EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #744EEA is #8BB115. Grayscale: #6A6A6A. Windows color (decimal): -9154838 or 15355508. OLE color: 15355508.

HSL color Cylindrical-coordinate representation of color #744EEA: hue angle of 254.62º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #744EEA is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 78 234 -
CMYK 0.50 0.67 0 0.08
HSL 254.62º 0.79% 0.61% -
HSV(B) 254.62º 0.67% 0.92% -
XYZ 24.78 15.1 79.45 -
YUV 107.15 199.59 134.32 -
System Red Green Blue C M Y K H S L
Decimal 116 78 234 0.50 0.67 0 0.08 254.62 0.79 0.61
Hex 74 4E EA 32 43 0 8 FF 4F 3D
Octal 164 116 352 62 103 0 10 377 117 75
Binary 1110100 1001110 11101010 110010 1000011 0 1000 11111111 1001111 111101

Color Harmonies of #744EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744EEA

Black with #744EEA

Text Example


Text Example

White with #744EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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