Html Css Color HEX #7349FD Medium Slate Blue

📋 copy color: '#7349FD'

red 115 ◦ green 73 ◦ blue 253

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

Shades of Medium Slate Blue #7349FD

Tints of Medium Slate Blue #7349FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.37%

R = 26.08%
G = 16.55%
B = 57.37%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7349FD (or 0x7349FD) is known color: Medium Slate Blue. HEX triplet: 73, 49 and FD. RGB value is (115,73,253). Sum of RGB (Red+Green+Blue) = 115+73+253=441 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.08% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #7349FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7349FD is #8CB602. Grayscale: #696969. Windows color (decimal): -9221635 or 16599411. OLE color: 16599411.

HSL color Cylindrical-coordinate representation of color #7349FD: hue angle of 254º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7349FD is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 73 253 -
CMYK 0.55 0.71 0 0.01
HSL 254º 0.98% 0.64% -
HSV(B) 254º 0.71% 0.99% -
XYZ 27.18 15.5 94.49 -
YUV 106.08 210.91 134.36 -
System Red Green Blue C M Y K H S L
Decimal 115 73 253 0.55 0.71 0 0.01 254 0.98 0.64
Hex 73 49 FD 37 47 0 1 FE 62 40
Octal 163 111 375 67 107 0 1 376 142 100
Binary 1110011 1001001 11111101 110111 1000111 0 1 11111110 1100010 1000000

Color Harmonies of #7349FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7349FD

Black with #7349FD

Text Example


Text Example

White with #7349FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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