Html Css Color HEX #7344ED Medium Slate Blue

📋 copy color: '#7344ED'

red 115 ◦ green 68 ◦ blue 237

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

Shades of Medium Slate Blue #7344ED

Tints of Medium Slate Blue #7344ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.43%

R = 27.38%
G = 16.19%
B = 56.43%

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

#7344ED (or 0x7344ED) is known color: Medium Slate Blue. HEX triplet: 73, 44 and ED. RGB value is (115,68,237). Sum of RGB (Red+Green+Blue) = 115+68+237=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #7344ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7344ED is #8CBB12. Grayscale: #646464. Windows color (decimal): -9222931 or 15549555. OLE color: 15549555.

HSL color Cylindrical-coordinate representation of color #7344ED: hue angle of 256.69º 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 #7344ED is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 68 237 -
CMYK 0.51 0.71 0 0.07
HSL 256.69º 0.82% 0.6% -
HSV(B) 256.69º 0.71% 0.93% -
XYZ 24.42 13.89 81.52 -
YUV 101.32 204.57 137.76 -
System Red Green Blue C M Y K H S L
Decimal 115 68 237 0.51 0.71 0 0.07 256.69 0.82 0.6
Hex 73 44 ED 33 47 0 7 101 52 3C
Octal 163 104 355 63 107 0 7 401 122 74
Binary 1110011 1000100 11101101 110011 1000111 0 111 100000001 1010010 111100

Color Harmonies of #7344ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7344ED

Black with #7344ED

Text Example


Text Example

White with #7344ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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