Html Css Color HEX #7344F9 Medium Slate Blue

📋 copy color: '#7344F9'

red 115 ◦ green 68 ◦ blue 249

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

Shades of Medium Slate Blue #7344F9

Tints of Medium Slate Blue #7344F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 57.64%

R = 26.62%
G = 15.74%
B = 57.64%

CMYK

 C value IS 0.54

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7344F9 (or 0x7344F9) is known color: Medium Slate Blue. HEX triplet: 73, 44 and F9. RGB value is (115,68,249). Sum of RGB (Red+Green+Blue) = 115+68+249=432 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.62% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 249 (97.66% from 255 or 57.64% from 432); Max value from RGB is 249 - color contains mainly: blue. Hex color #7344F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7344F9 is #8CBB06. Grayscale: #666666. Windows color (decimal): -9222919 or 16335987. OLE color: 16335987.

HSL color Cylindrical-coordinate representation of color #7344F9: hue angle of 255.58º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7344F9 is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 68 249 -
CMYK 0.54 0.73 0 0.02
HSL 255.58º 0.94% 0.62% -
HSV(B) 255.58º 0.73% 0.98% -
XYZ 26.24 14.62 91.06 -
YUV 102.69 210.57 136.78 -
System Red Green Blue C M Y K H S L
Decimal 115 68 249 0.54 0.73 0 0.02 255.58 0.94 0.62
Hex 73 44 F9 36 49 0 2 100 5E 3E
Octal 163 104 371 66 111 0 2 400 136 76
Binary 1110011 1000100 11111001 110110 1001001 0 10 100000000 1011110 111110

Color Harmonies of #7344F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7344F9

Black with #7344F9

Text Example


Text Example

White with #7344F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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