Html Css Color HEX #7449EC Medium Slate Blue

📋 copy color: '#7449EC'

red 116 ◦ green 73 ◦ blue 236

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

Shades of Medium Slate Blue #7449EC

Tints of Medium Slate Blue #7449EC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.18%

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

R = 27.29%
G = 17.18%
B = 55.53%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7449EC (or 0x7449EC) is known color: Medium Slate Blue. HEX triplet: 74, 49 and EC. RGB value is (116,73,236). Sum of RGB (Red+Green+Blue) = 116+73+236=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #7449EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7449EC is #8BB613. Grayscale: #676767. Windows color (decimal): -9156116 or 15485300. OLE color: 15485300.

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

Color convert

RGB 116 73 236 -
CMYK 0.51 0.69 0 0.07
HSL 255.83º 0.81% 0.61% -
HSV(B) 255.83º 0.69% 0.93% -
XYZ 24.73 14.53 80.86 -
YUV 104.44 202.25 136.25 -
System Red Green Blue C M Y K H S L
Decimal 116 73 236 0.51 0.69 0 0.07 255.83 0.81 0.61
Hex 74 49 EC 33 45 0 7 100 51 3D
Octal 164 111 354 63 105 0 7 400 121 75
Binary 1110100 1001001 11101100 110011 1000101 0 111 100000000 1010001 111101

Color Harmonies of #7449EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7449EC

Black with #7449EC

Text Example


Text Example

White with #7449EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7449EC; }

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

 H1.HeaderClassName
 {
   color: #7449EC;
 }
 .AnyTagClassName
 {
   color: #7449EC;
 }
</style>

background-color css

<style>
 a { background-color: #7449EC; }

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

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

border-color css

<style>
 span { border-color: #7449EC; }

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

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