Html Css Color HEX #7348F1 Medium Slate Blue

📋 copy color: '#7348F1'

red 115 ◦ green 72 ◦ blue 241

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

Shades of Medium Slate Blue #7348F1

Tints of Medium Slate Blue #7348F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 56.31%

R = 26.87%
G = 16.82%
B = 56.31%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7348F1 (or 0x7348F1) is known color: Medium Slate Blue. HEX triplet: 73, 48 and F1. RGB value is (115,72,241). Sum of RGB (Red+Green+Blue) = 115+72+241=428 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.87% from 428); Green value is 72 (28.52% from 255 or 16.82% from 428); Blue value is 241 (94.53% from 255 or 56.31% from 428); Max value from RGB is 241 - color contains mainly: blue. Hex color #7348F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7348F1 is #8CB70E. Grayscale: #676767. Windows color (decimal): -9221903 or 15812723. OLE color: 15812723.

HSL color Cylindrical-coordinate representation of color #7348F1: hue angle of 255.27º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7348F1 is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 115 72 241 -
CMYK 0.52 0.70 0 0.05
HSL 255.27º 0.86% 0.61% -
HSV(B) 255.27º 0.7% 0.95% -
XYZ 25.26 14.63 84.71 -
YUV 104.12 205.25 135.76 -
System Red Green Blue C M Y K H S L
Decimal 115 72 241 0.52 0.70 0 0.05 255.27 0.86 0.61
Hex 73 48 F1 34 46 0 5 FF 56 3D
Octal 163 110 361 64 106 0 5 377 126 75
Binary 1110011 1001000 11110001 110100 1000110 0 101 11111111 1010110 111101

Color Harmonies of #7348F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7348F1

Black with #7348F1

Text Example


Text Example

White with #7348F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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