Html Css Color HEX #7147EC Medium Slate Blue

📋 copy color: '#7147EC'

red 113 ◦ green 71 ◦ blue 236

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

Shades of Medium Slate Blue #7147EC

Tints of Medium Slate Blue #7147EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 56.19%

R = 26.9%
G = 16.9%
B = 56.19%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7147EC (or 0x7147EC) is known color: Medium Slate Blue. HEX triplet: 71, 47 and EC. RGB value is (113,71,236). Sum of RGB (Red+Green+Blue) = 113+71+236=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #7147EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7147EC is #8EB813. Grayscale: #656565. Windows color (decimal): -9353236 or 15484785. OLE color: 15484785.

HSL color Cylindrical-coordinate representation of color #7147EC: hue angle of 255.27º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7147EC is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 71 236 -
CMYK 0.52 0.70 0 0.07
HSL 255.27º 0.81% 0.6% -
HSV(B) 255.27º 0.7% 0.93% -
XYZ 24.2 14.07 80.8 -
YUV 102.37 203.41 135.58 -
System Red Green Blue C M Y K H S L
Decimal 113 71 236 0.52 0.70 0 0.07 255.27 0.81 0.6
Hex 71 47 EC 34 46 0 7 FF 51 3C
Octal 161 107 354 64 106 0 7 377 121 74
Binary 1110001 1000111 11101100 110100 1000110 0 111 11111111 1010001 111100

Color Harmonies of #7147EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7147EC

Black with #7147EC

Text Example


Text Example

White with #7147EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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