Html Css Color HEX #7149FD Medium Slate Blue

📋 copy color: '#7149FD'

red 113 ◦ green 73 ◦ blue 253

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

Shades of Medium Slate Blue #7149FD

Tints of Medium Slate Blue #7149FD

RGB

 RED value IS 113 (44.53% from 255) = 25.74%

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

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

R = 25.74%
G = 16.63%
B = 57.63%

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

#7149FD (or 0x7149FD) is known color: Medium Slate Blue. HEX triplet: 71, 49 and FD. RGB value is (113,73,253). Sum of RGB (Red+Green+Blue) = 113+73+253=439 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.74% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #7149FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7149FD is #8EB602. Grayscale: #686868. Windows color (decimal): -9352707 or 16599409. OLE color: 16599409.

HSL color Cylindrical-coordinate representation of color #7149FD: hue angle of 253.33º 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 #7149FD is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 73 253 -
CMYK 0.55 0.71 0 0.01
HSL 253.33º 0.98% 0.64% -
HSV(B) 253.33º 0.71% 0.99% -
XYZ 26.92 15.37 94.48 -
YUV 105.48 211.25 133.36 -
System Red Green Blue C M Y K H S L
Decimal 113 73 253 0.55 0.71 0 0.01 253.33 0.98 0.64
Hex 71 49 FD 37 47 0 1 FD 62 40
Octal 161 111 375 67 107 0 1 375 142 100
Binary 1110001 1001001 11111101 110111 1000111 0 1 11111101 1100010 1000000

Color Harmonies of #7149FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7149FD

Black with #7149FD

Text Example


Text Example

White with #7149FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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