Html Css Color HEX #7344EC Medium Slate Blue

📋 copy color: '#7344EC'

red 115 ◦ green 68 ◦ blue 236

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

Shades of Medium Slate Blue #7344EC

Tints of Medium Slate Blue #7344EC

RGB

 RED value IS 115 (45.31% from 255) = 27.45%

 GREEN value IS 68 (26.95% from 255) = 16.23%

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

R = 27.45%
G = 16.23%
B = 56.32%

CMYK

 C value IS 0.51

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7344EC (or 0x7344EC) is known color: Medium Slate Blue. HEX triplet: 73, 44 and EC. RGB value is (115,68,236). Sum of RGB (Red+Green+Blue) = 115+68+236=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #7344EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7344EC is #8CBB13. Grayscale: #646464. Windows color (decimal): -9222932 or 15484019. OLE color: 15484019.

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

Color convert

RGB 115 68 236 -
CMYK 0.51 0.71 0 0.07
HSL 256.79º 0.82% 0.6% -
HSV(B) 256.79º 0.71% 0.93% -
XYZ 24.28 13.84 80.75 -
YUV 101.21 204.07 137.84 -
System Red Green Blue C M Y K H S L
Decimal 115 68 236 0.51 0.71 0 0.07 256.79 0.82 0.6
Hex 73 44 EC 33 47 0 7 101 52 3C
Octal 163 104 354 63 107 0 7 401 122 74
Binary 1110011 1000100 11101100 110011 1000111 0 111 100000001 1010010 111100

Color Harmonies of #7344EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7344EC

Black with #7344EC

Text Example


Text Example

White with #7344EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,68,236); }

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

background-color css

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

 a { background-color: rgb(115,68,236); }

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

border-color css

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

 span { border-color: rgb(115,68,236); }

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