Html Css Color HEX #7348F9 Medium Slate Blue

📋 copy color: '#7348F9'

red 115 ◦ green 72 ◦ blue 249

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

Shades of Medium Slate Blue #7348F9

Tints of Medium Slate Blue #7348F9

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.51%

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

R = 26.38%
G = 16.51%
B = 57.11%

CMYK

 C value IS 0.54

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7348F9 (or 0x7348F9) is known color: Medium Slate Blue. HEX triplet: 73, 48 and F9. RGB value is (115,72,249). Sum of RGB (Red+Green+Blue) = 115+72+249=436 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.38% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 249 (97.66% from 255 or 57.11% from 436); Max value from RGB is 249 - color contains mainly: blue. Hex color #7348F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7348F9 is #8CB706. Grayscale: #686868. Windows color (decimal): -9221895 or 16337011. OLE color: 16337011.

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

Color convert

RGB 115 72 249 -
CMYK 0.54 0.71 0 0.02
HSL 254.58º 0.94% 0.63% -
HSV(B) 254.58º 0.71% 0.98% -
XYZ 26.49 15.12 91.14 -
YUV 105.04 209.25 135.11 -
System Red Green Blue C M Y K H S L
Decimal 115 72 249 0.54 0.71 0 0.02 254.58 0.94 0.63
Hex 73 48 F9 36 47 0 2 FF 5E 3F
Octal 163 110 371 66 107 0 2 377 136 77
Binary 1110011 1001000 11111001 110110 1000111 0 10 11111111 1011110 111111

Color Harmonies of #7348F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7348F9

Black with #7348F9

Text Example


Text Example

White with #7348F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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