Html Css Color HEX #7149FE Medium Slate Blue

📋 copy color: '#7149FE'

red 113 ◦ green 73 ◦ blue 254

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

Shades of Medium Slate Blue #7149FE

Tints of Medium Slate Blue #7149FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.73%

R = 25.68%
G = 16.59%
B = 57.73%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7149FE (or 0x7149FE) is known color: Medium Slate Blue. HEX triplet: 71, 49 and FE. RGB value is (113,73,254). Sum of RGB (Red+Green+Blue) = 113+73+254=440 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.68% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #7149FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7149FE is #8EB601. Grayscale: #686868. Windows color (decimal): -9352706 or 16664945. OLE color: 16664945.

HSL color Cylindrical-coordinate representation of color #7149FE: hue angle of 253.26º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7149FE is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 73 254 -
CMYK 0.56 0.71 0 0.00
HSL 253.26º 0.99% 0.64% -
HSV(B) 253.26º 0.71% 1% -
XYZ 27.08 15.43 95.32 -
YUV 105.59 211.75 133.28 -
System Red Green Blue C M Y K H S L
Decimal 113 73 254 0.56 0.71 0 0.00 253.26 0.99 0.64
Hex 71 49 FE 38 47 0 0 FD 63 40
Octal 161 111 376 70 107 0 0 375 143 100
Binary 1110001 1001001 11111110 111000 1000111 0 0 11111101 1100011 1000000

Color Harmonies of #7149FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7149FE

Black with #7149FE

Text Example


Text Example

White with #7149FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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