Html Css Color HEX #7349F5 Medium Slate Blue

📋 copy color: '#7349F5'

red 115 ◦ green 73 ◦ blue 245

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

Shades of Medium Slate Blue #7349F5

Tints of Medium Slate Blue #7349F5

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.86%

 BLUE value IS 245 (96.09% from 255) = 56.58%

R = 26.56%
G = 16.86%
B = 56.58%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7349F5 (or 0x7349F5) is known color: Medium Slate Blue. HEX triplet: 73, 49 and F5. RGB value is (115,73,245). Sum of RGB (Red+Green+Blue) = 115+73+245=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 245 (96.09% from 255 or 56.58% from 433); Max value from RGB is 245 - color contains mainly: blue. Hex color #7349F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7349F5 is #8CB60A. Grayscale: #686868. Windows color (decimal): -9221643 or 16075123. OLE color: 16075123.

HSL color Cylindrical-coordinate representation of color #7349F5: hue angle of 254.65º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7349F5 is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 115 73 245 -
CMYK 0.53 0.70 0 0.04
HSL 254.65º 0.9% 0.62% -
HSV(B) 254.65º 0.7% 0.96% -
XYZ 25.93 15 87.92 -
YUV 105.17 206.91 135.01 -
System Red Green Blue C M Y K H S L
Decimal 115 73 245 0.53 0.70 0 0.04 254.65 0.9 0.62
Hex 73 49 F5 35 46 0 4 FF 5A 3E
Octal 163 111 365 65 106 0 4 377 132 76
Binary 1110011 1001001 11110101 110101 1000110 0 100 11111111 1011010 111110

Color Harmonies of #7349F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7349F5

Black with #7349F5

Text Example


Text Example

White with #7349F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7349F5; }

 p { color: rgb(115,73,245); }

 H1.HeaderClassName
 {
   color: #7349F5;
 }
 .AnyTagClassName
 {
   color: #7349F5;
 }
</style>

background-color css

<style>
 a { background-color: #7349F5; }

 a { background-color: rgb(115,73,245); }

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

border-color css

<style>
 span { border-color: #7349F5; }

 span { border-color: rgb(115,73,245); }

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