Html Css Color HEX #7341F9 Medium Slate Blue

📋 copy color: '#7341F9'

red 115 ◦ green 65 ◦ blue 249

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

Shades of Medium Slate Blue #7341F9

Tints of Medium Slate Blue #7341F9

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.15%

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

R = 26.81%
G = 15.15%
B = 58.04%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7341F9 (or 0x7341F9) is known color: Medium Slate Blue. HEX triplet: 73, 41 and F9. RGB value is (115,65,249). Sum of RGB (Red+Green+Blue) = 115+65+249=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 249 (97.66% from 255 or 58.04% from 429); Max value from RGB is 249 - color contains mainly: blue. Hex color #7341F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7341F9 is #8CBE06. Grayscale: #646464. Windows color (decimal): -9223687 or 16335219. OLE color: 16335219.

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

Color convert

RGB 115 65 249 -
CMYK 0.54 0.74 0 0.02
HSL 256.3º 0.94% 0.62% -
HSV(B) 256.3º 0.74% 0.98% -
XYZ 26.06 14.26 91 -
YUV 100.93 211.57 138.04 -
System Red Green Blue C M Y K H S L
Decimal 115 65 249 0.54 0.74 0 0.02 256.3 0.94 0.62
Hex 73 41 F9 36 4A 0 2 100 5E 3E
Octal 163 101 371 66 112 0 2 400 136 76
Binary 1110011 1000001 11111001 110110 1001010 0 10 100000000 1011110 111110

Color Harmonies of #7341F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7341F9

Black with #7341F9

Text Example


Text Example

White with #7341F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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