Html Css Color HEX #7147FA Medium Slate Blue

📋 copy color: '#7147FA'

red 113 ◦ green 71 ◦ blue 250

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

Shades of Medium Slate Blue #7147FA

Tints of Medium Slate Blue #7147FA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.36%

 BLUE value IS 250 (98.05% from 255) = 57.6%

R = 26.04%
G = 16.36%
B = 57.6%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7147FA (or 0x7147FA) is known color: Medium Slate Blue. HEX triplet: 71, 47 and FA. RGB value is (113,71,250). Sum of RGB (Red+Green+Blue) = 113+71+250=434 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.04% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #7147FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7147FA is #8EB805. Grayscale: #676767. Windows color (decimal): -9353222 or 16402289. OLE color: 16402289.

HSL color Cylindrical-coordinate representation of color #7147FA: hue angle of 254.08º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7147FA is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 71 250 -
CMYK 0.55 0.72 0 0.02
HSL 254.08º 0.95% 0.63% -
HSV(B) 254.08º 0.72% 0.98% -
XYZ 26.32 14.92 91.94 -
YUV 103.96 210.41 134.45 -
System Red Green Blue C M Y K H S L
Decimal 113 71 250 0.55 0.72 0 0.02 254.08 0.95 0.63
Hex 71 47 FA 37 48 0 2 FE 5F 3F
Octal 161 107 372 67 110 0 2 376 137 77
Binary 1110001 1000111 11111010 110111 1001000 0 10 11111110 1011111 111111

Color Harmonies of #7147FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7147FA

Black with #7147FA

Text Example


Text Example

White with #7147FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7147FA; }

 p { color: rgb(113,71,250); }

 H1.HeaderClassName
 {
   color: #7147FA;
 }
 .AnyTagClassName
 {
   color: #7147FA;
 }
</style>

background-color css

<style>
 a { background-color: #7147FA; }

 a { background-color: rgb(113,71,250); }

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

border-color css

<style>
 span { border-color: #7147FA; }

 span { border-color: rgb(113,71,250); }

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